Html Css Color HEX #370032 Mardi Gras

📋 copy color: '#370032'

red 55 ◦ green 0 ◦ blue 50

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

Shades of Mardi Gras #370032

Tints of Mardi Gras #370032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.38%
G = 0%
B = 47.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#370032 (or 0x370032) is known color: Mardi Gras. HEX triplet: 37, 00 and 32. RGB value is (55,0,50). Sum of RGB (Red+Green+Blue) = 55+0+50=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370032 is #C8FFCD. Grayscale: #161616. Windows color (decimal): -13172686 or 3276855. OLE color: 3276855.

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

Color convert

RGB 55 0 50 -
CMYK 0 1 0.09 0.78
HSL 305.45º 1% 0.11% -
HSV(B) 305.45º 1% 0.22% -
XYZ 2.15 1.04 3.11 -
YUV 22.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 55 0 50 0 1 0.09 0.78 305.45 1 0.11
Hex 37 0 32 0 64 9 4E 131 64 B
Octal 67 0 62 0 144 11 116 461 144 13
Binary 110111 0 110010 0 1100100 1001 1001110 100110001 1100100 1011

Color Harmonies of #370032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370032

Black with #370032

Text Example


Text Example

White with #370032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370032; }

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

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

background-color css

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

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

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

border-color css

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

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

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