Html Css Color HEX #371534 Mardi Gras

📋 copy color: '#371534'

red 55 ◦ green 21 ◦ blue 52

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

Shades of Mardi Gras #371534

Tints of Mardi Gras #371534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 52 (20.7% from 255) = 40.63%

R = 42.97%
G = 16.41%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#371534 (or 0x371534) is known color: Mardi Gras. HEX triplet: 37, 15 and 34. RGB value is (55,21,52). Sum of RGB (Red+Green+Blue) = 55+21+52=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 55 - color contains mainly: red. Hex color #371534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371534 is #C8EACB. Grayscale: #222222. Windows color (decimal): -13167308 or 3413303. OLE color: 3413303.

HSL color Cylindrical-coordinate representation of color #371534: hue angle of 305.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371534 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 52 -
CMYK 0 0.62 0.05 0.78
HSL 305.29º 0.45% 0.15% -
HSV(B) 305.29º 0.62% 0.22% -
XYZ 2.46 1.6 3.43 -
YUV 34.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 55 21 52 0 0.62 0.05 0.78 305.29 0.45 0.15
Hex 37 15 34 0 3E 5 4E 131 2D F
Octal 67 25 64 0 76 5 116 461 55 17
Binary 110111 10101 110100 0 111110 101 1001110 100110001 101101 1111

Color Harmonies of #371534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371534

Black with #371534

Text Example


Text Example

White with #371534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371534; }

 p { color: rgb(55,21,52); }

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

background-color css

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

 a { background-color: rgb(55,21,52); }

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

border-color css

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

 span { border-color: rgb(55,21,52); }

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