Html Css Color HEX #37082F Mardi Gras

📋 copy color: '#37082F'

red 55 ◦ green 8 ◦ blue 47

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

Shades of Mardi Gras #37082F

Tints of Mardi Gras #37082F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 50%
G = 7.27%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37082F (or 0x37082F) is known color: Mardi Gras. HEX triplet: 37, 08 and 2F. RGB value is (55,8,47). Sum of RGB (Red+Green+Blue) = 55+8+47=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #37082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37082F is #C8F7D0. Grayscale: #1A1A1A. Windows color (decimal): -13170641 or 3082295. OLE color: 3082295.

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

Color convert

RGB 55 8 47 -
CMYK 0 0.85 0.15 0.78
HSL 310.21º 0.75% 0.12% -
HSV(B) 310.21º 0.85% 0.22% -
XYZ 2.18 1.19 2.8 -
YUV 26.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 55 8 47 0 0.85 0.15 0.78 310.21 0.75 0.12
Hex 37 8 2F 0 55 F 4E 136 4B C
Octal 67 10 57 0 125 17 116 466 113 14
Binary 110111 1000 101111 0 1010101 1111 1001110 100110110 1001011 1100

Color Harmonies of #37082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37082F

Black with #37082F

Text Example


Text Example

White with #37082F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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