Html Css Color HEX #37042F Mardi Gras

📋 copy color: '#37042F'

red 55 ◦ green 4 ◦ blue 47

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

Shades of Mardi Gras #37042F

Tints of Mardi Gras #37042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 47 (18.75% from 255) = 44.34%

R = 51.89%
G = 3.77%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37042F (or 0x37042F) is known color: Mardi Gras. HEX triplet: 37, 04 and 2F. RGB value is (55,4,47). Sum of RGB (Red+Green+Blue) = 55+4+47=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37042F is #C8FBD0. Grayscale: #181818. Windows color (decimal): -13171665 or 3081271. OLE color: 3081271.

HSL color Cylindrical-coordinate representation of color #37042F: hue angle of 309.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37042F is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 4 47 -
CMYK 0 0.93 0.15 0.78
HSL 309.41º 0.86% 0.12% -
HSV(B) 309.41º 0.93% 0.22% -
XYZ 2.13 1.1 2.79 -
YUV 24.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 55 4 47 0 0.93 0.15 0.78 309.41 0.86 0.12
Hex 37 4 2F 0 5D F 4E 135 56 C
Octal 67 4 57 0 135 17 116 465 126 14
Binary 110111 100 101111 0 1011101 1111 1001110 100110101 1010110 1100

Color Harmonies of #37042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37042F

Black with #37042F

Text Example


Text Example

White with #37042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37042F; }

 p { color: rgb(55,4,47); }

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

background-color css

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

 a { background-color: rgb(55,4,47); }

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

border-color css

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

 span { border-color: rgb(55,4,47); }

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