Html Css Color HEX #44133F Mardi Gras

📋 copy color: '#44133F'

red 68 ◦ green 19 ◦ blue 63

#44133F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #44133F

Tints of Mardi Gras #44133F

RGB

 RED value IS 68 (26.95% from 255) = 45.33%

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 63 (25% from 255) = 42%

R = 45.33%
G = 12.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#44133F (or 0x44133F) is known color: Mardi Gras. HEX triplet: 44, 13 and 3F. RGB value is (68,19,63). Sum of RGB (Red+Green+Blue) = 68+19+63=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #44133F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44133F is #BBECC0. Grayscale: #262626. Windows color (decimal): -12315841 or 4133700. OLE color: 4133700.

HSL color Cylindrical-coordinate representation of color #44133F: hue angle of 306.12º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44133F is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 19 63 -
CMYK 0 0.72 0.07 0.73
HSL 306.12º 0.56% 0.17% -
HSV(B) 306.12º 0.72% 0.27% -
XYZ 3.51 2.05 4.91 -
YUV 38.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 68 19 63 0 0.72 0.07 0.73 306.12 0.56 0.17
Hex 44 13 3F 0 48 7 49 132 38 11
Octal 104 23 77 0 110 7 111 462 70 21
Binary 1000100 10011 111111 0 1001000 111 1001001 100110010 111000 10001

Color Harmonies of #44133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44133F

Black with #44133F

Text Example


Text Example

White with #44133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44133F; }

 p { color: rgb(68,19,63); }

 H1.HeaderClassName
 {
   color: #44133F;
 }
 .AnyTagClassName
 {
   color: #44133F;
 }
</style>

background-color css

<style>
 a { background-color: #44133F; }

 a { background-color: rgb(68,19,63); }

 div.DivClassName
 {
   background-color: #44133F;
 }
 .BgClassName
 {
   background-color: #44133F;
 }
</style>

border-color css

<style>
 span { border-color: #44133F; }

 span { border-color: rgb(68,19,63); }

 td.TdClassName
 {
   border-color: #44133F;
 }
 .TagClassName
 {
   border-color: #44133F;
 }
</style>