Html Css Color HEX #370133 Mardi Gras

📋 copy color: '#370133'

red 55 ◦ green 1 ◦ blue 51

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

Shades of Mardi Gras #370133

Tints of Mardi Gras #370133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 51 (20.31% from 255) = 47.66%

R = 51.4%
G = 0.93%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#370133 (or 0x370133) is known color: Mardi Gras. HEX triplet: 37, 01 and 33. RGB value is (55,1,51). Sum of RGB (Red+Green+Blue) = 55+1+51=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370133 is #C8FECC. Grayscale: #161616. Windows color (decimal): -13172429 or 3342647. OLE color: 3342647.

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

Color convert

RGB 55 1 51 -
CMYK 0 0.98 0.07 0.78
HSL 304.44º 0.96% 0.11% -
HSV(B) 304.44º 0.98% 0.22% -
XYZ 2.18 1.07 3.22 -
YUV 22.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 55 1 51 0 0.98 0.07 0.78 304.44 0.96 0.11
Hex 37 1 33 0 62 7 4E 130 60 B
Octal 67 1 63 0 142 7 116 460 140 13
Binary 110111 1 110011 0 1100010 111 1001110 100110000 1100000 1011

Color Harmonies of #370133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370133

Black with #370133

Text Example


Text Example

White with #370133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370133; }

 p { color: rgb(55,1,51); }

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

background-color css

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

 a { background-color: rgb(55,1,51); }

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

border-color css

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

 span { border-color: rgb(55,1,51); }

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