Html Css Color HEX #371036 Mardi Gras

📋 copy color: '#371036'

red 55 ◦ green 16 ◦ blue 54

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

Shades of Mardi Gras #371036

Tints of Mardi Gras #371036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.2%

R = 44%
G = 12.8%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#371036 (or 0x371036) is known color: Mardi Gras. HEX triplet: 37, 10 and 36. RGB value is (55,16,54). Sum of RGB (Red+Green+Blue) = 55+16+54=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #371036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371036 is #C8EFC9. Grayscale: #1F1F1F. Windows color (decimal): -13168586 or 3543095. OLE color: 3543095.

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

Color convert

RGB 55 16 54 -
CMYK 0 0.71 0.02 0.78
HSL 301.54º 0.55% 0.14% -
HSV(B) 301.54º 0.71% 0.22% -
XYZ 2.43 1.45 3.64 -
YUV 31.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 55 16 54 0 0.71 0.02 0.78 301.54 0.55 0.14
Hex 37 10 36 0 47 2 4E 12E 37 E
Octal 67 20 66 0 107 2 116 456 67 16
Binary 110111 10000 110110 0 1000111 10 1001110 100101110 110111 1110

Color Harmonies of #371036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371036

Black with #371036

Text Example


Text Example

White with #371036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371036; }

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

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

background-color css

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

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

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

border-color css

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

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

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