Html Css Color HEX #370431 Mardi Gras

📋 copy color: '#370431'

red 55 ◦ green 4 ◦ blue 49

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

Shades of Mardi Gras #370431

Tints of Mardi Gras #370431

RGB

 RED value IS 55 (21.88% from 255) = 50.93%

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 50.93%
G = 3.7%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#370431 (or 0x370431) is known color: Mardi Gras. HEX triplet: 37, 04 and 31. RGB value is (55,4,49). Sum of RGB (Red+Green+Blue) = 55+4+49=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #370431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370431 is #C8FBCE. Grayscale: #181818. Windows color (decimal): -13171663 or 3212343. OLE color: 3212343.

HSL color Cylindrical-coordinate representation of color #370431: hue angle of 307.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370431 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 49 -
CMYK 0 0.93 0.11 0.78
HSL 307.06º 0.86% 0.12% -
HSV(B) 307.06º 0.93% 0.22% -
XYZ 2.17 1.12 3.01 -
YUV 24.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 55 4 49 0 0.93 0.11 0.78 307.06 0.86 0.12
Hex 37 4 31 0 5D B 4E 133 56 C
Octal 67 4 61 0 135 13 116 463 126 14
Binary 110111 100 110001 0 1011101 1011 1001110 100110011 1010110 1100

Color Harmonies of #370431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370431

Black with #370431

Text Example


Text Example

White with #370431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370431; }

 p { color: rgb(55,4,49); }

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

background-color css

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

 a { background-color: rgb(55,4,49); }

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

border-color css

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

 span { border-color: rgb(55,4,49); }

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