Html Css Color HEX #37113C Mardi Gras

📋 copy color: '#37113C'

red 55 ◦ green 17 ◦ blue 60

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

Shades of Mardi Gras #37113C

Tints of Mardi Gras #37113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 60 (23.83% from 255) = 45.45%

R = 41.67%
G = 12.88%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37113C (or 0x37113C) is known color: Mardi Gras. HEX triplet: 37, 11 and 3C. RGB value is (55,17,60). Sum of RGB (Red+Green+Blue) = 55+17+60=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #37113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37113C is #C8EEC3. Grayscale: #212121. Windows color (decimal): -13168324 or 3936567. OLE color: 3936567.

HSL color Cylindrical-coordinate representation of color #37113C: hue angle of 293.02º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37113C is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 17 60 -
CMYK 0.08 0.72 0 0.76
HSL 293.02º 0.56% 0.15% -
HSV(B) 293.02º 0.72% 0.24% -
XYZ 2.59 1.54 4.44 -
YUV 33.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 55 17 60 0.08 0.72 0 0.76 293.02 0.56 0.15
Hex 37 11 3C 8 48 0 4C 125 38 F
Octal 67 21 74 10 110 0 114 445 70 17
Binary 110111 10001 111100 1000 1001000 0 1001100 100100101 111000 1111

Color Harmonies of #37113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37113C

Black with #37113C

Text Example


Text Example

White with #37113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37113C; }

 p { color: rgb(55,17,60); }

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

background-color css

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

 a { background-color: rgb(55,17,60); }

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

border-color css

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

 span { border-color: rgb(55,17,60); }

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