Html Css Color HEX #37052F Mardi Gras

📋 copy color: '#37052F'

red 55 ◦ green 5 ◦ blue 47

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

Shades of Mardi Gras #37052F

Tints of Mardi Gras #37052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.67%

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

R = 51.4%
G = 4.67%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37052F (or 0x37052F) is known color: Mardi Gras. HEX triplet: 37, 05 and 2F. RGB value is (55,5,47). Sum of RGB (Red+Green+Blue) = 55+5+47=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37052F is #C8FAD0. Grayscale: #181818. Windows color (decimal): -13171409 or 3081527. OLE color: 3081527.

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

Color convert

RGB 55 5 47 -
CMYK 0 0.91 0.15 0.78
HSL 309.6º 0.83% 0.12% -
HSV(B) 309.6º 0.91% 0.22% -
XYZ 2.14 1.13 2.79 -
YUV 24.74 140.57 149.58 -
System Red Green Blue C M Y K H S L
Decimal 55 5 47 0 0.91 0.15 0.78 309.6 0.83 0.12
Hex 37 5 2F 0 5B F 4E 136 53 C
Octal 67 5 57 0 133 17 116 466 123 14
Binary 110111 101 101111 0 1011011 1111 1001110 100110110 1010011 1100

Color Harmonies of #37052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37052F

Black with #37052F

Text Example


Text Example

White with #37052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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