Html Css Color HEX #37103C Mardi Gras

📋 copy color: '#37103C'

red 55 ◦ green 16 ◦ blue 60

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

Shades of Mardi Gras #37103C

Tints of Mardi Gras #37103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 41.98%
G = 12.21%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37103C (or 0x37103C) is known color: Mardi Gras. HEX triplet: 37, 10 and 3C. RGB value is (55,16,60). Sum of RGB (Red+Green+Blue) = 55+16+60=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #37103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37103C is #C8EFC3. Grayscale: #202020. Windows color (decimal): -13168580 or 3936311. OLE color: 3936311.

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

Color convert

RGB 55 16 60 -
CMYK 0.08 0.73 0 0.76
HSL 293.18º 0.58% 0.15% -
HSV(B) 293.18º 0.73% 0.24% -
XYZ 2.58 1.51 4.43 -
YUV 32.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 55 16 60 0.08 0.73 0 0.76 293.18 0.58 0.15
Hex 37 10 3C 8 49 0 4C 125 3A F
Octal 67 20 74 10 111 0 114 445 72 17
Binary 110111 10000 111100 1000 1001001 0 1001100 100100101 111010 1111

Color Harmonies of #37103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37103C

Black with #37103C

Text Example


Text Example

White with #37103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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