Html Css Color HEX #370432 Mardi Gras

📋 copy color: '#370432'

red 55 ◦ green 4 ◦ blue 50

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

Shades of Mardi Gras #370432

Tints of Mardi Gras #370432

RGB

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

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

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

R = 50.46%
G = 3.67%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#370432 (or 0x370432) is known color: Mardi Gras. HEX triplet: 37, 04 and 32. RGB value is (55,4,50). Sum of RGB (Red+Green+Blue) = 55+4+50=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370432 is #C8FBCD. Grayscale: #181818. Windows color (decimal): -13171662 or 3277879. OLE color: 3277879.

HSL color Cylindrical-coordinate representation of color #370432: hue angle of 305.88º 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 #370432 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 50 -
CMYK 0 0.93 0.09 0.78
HSL 305.88º 0.86% 0.12% -
HSV(B) 305.88º 0.93% 0.22% -
XYZ 2.19 1.13 3.12 -
YUV 24.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 55 4 50 0 0.93 0.09 0.78 305.88 0.86 0.12
Hex 37 4 32 0 5D 9 4E 132 56 C
Octal 67 4 62 0 135 11 116 462 126 14
Binary 110111 100 110010 0 1011101 1001 1001110 100110010 1010110 1100

Color Harmonies of #370432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370432

Black with #370432

Text Example


Text Example

White with #370432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370432; }

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

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

background-color css

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

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

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

border-color css

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

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

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