Html Css Color HEX #370232 Mardi Gras

📋 copy color: '#370232'

red 55 ◦ green 2 ◦ blue 50

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

Shades of Mardi Gras #370232

Tints of Mardi Gras #370232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

 BLUE value IS 50 (19.92% from 255) = 46.73%

R = 51.4%
G = 1.87%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#370232 (or 0x370232) is known color: Mardi Gras. HEX triplet: 37, 02 and 32. RGB value is (55,2,50). Sum of RGB (Red+Green+Blue) = 55+2+50=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370232 is #C8FDCD. Grayscale: #171717. Windows color (decimal): -13172174 or 3277367. OLE color: 3277367.

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

Color convert

RGB 55 2 50 -
CMYK 0 0.96 0.09 0.78
HSL 305.66º 0.93% 0.11% -
HSV(B) 305.66º 0.96% 0.22% -
XYZ 2.17 1.09 3.11 -
YUV 23.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 55 2 50 0 0.96 0.09 0.78 305.66 0.93 0.11
Hex 37 2 32 0 60 9 4E 132 5D B
Octal 67 2 62 0 140 11 116 462 135 13
Binary 110111 10 110010 0 1100000 1001 1001110 100110010 1011101 1011

Color Harmonies of #370232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370232

Black with #370232

Text Example


Text Example

White with #370232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370232; }

 p { color: rgb(55,2,50); }

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

background-color css

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

 a { background-color: rgb(55,2,50); }

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

border-color css

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

 span { border-color: rgb(55,2,50); }

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