Html Css Color HEX #371033 Mardi Gras

📋 copy color: '#371033'

red 55 ◦ green 16 ◦ blue 51

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

Shades of Mardi Gras #371033

Tints of Mardi Gras #371033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 45.08%
G = 13.11%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#371033 (or 0x371033) is known color: Mardi Gras. HEX triplet: 37, 10 and 33. RGB value is (55,16,51). Sum of RGB (Red+Green+Blue) = 55+16+51=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371033 is #C8EFCC. Grayscale: #1F1F1F. Windows color (decimal): -13168589 or 3346487. OLE color: 3346487.

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

Color convert

RGB 55 16 51 -
CMYK 0 0.71 0.07 0.78
HSL 306.15º 0.55% 0.14% -
HSV(B) 306.15º 0.71% 0.22% -
XYZ 2.36 1.42 3.28 -
YUV 31.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 55 16 51 0 0.71 0.07 0.78 306.15 0.55 0.14
Hex 37 10 33 0 47 7 4E 132 37 E
Octal 67 20 63 0 107 7 116 462 67 16
Binary 110111 10000 110011 0 1000111 111 1001110 100110010 110111 1110

Color Harmonies of #371033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371033

Black with #371033

Text Example


Text Example

White with #371033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371033; }

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

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

background-color css

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

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

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

border-color css

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

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

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