Html Css Color HEX #37063C Mardi Gras

📋 copy color: '#37063C'

red 55 ◦ green 6 ◦ blue 60

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

Shades of Mardi Gras #37063C

Tints of Mardi Gras #37063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 45.45%
G = 4.96%
B = 49.59%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37063C (or 0x37063C) is known color: Mardi Gras. HEX triplet: 37, 06 and 3C. RGB value is (55,6,60). Sum of RGB (Red+Green+Blue) = 55+6+60=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #37063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37063C is #C8F9C3. Grayscale: #1A1A1A. Windows color (decimal): -13171140 or 3933751. OLE color: 3933751.

HSL color Cylindrical-coordinate representation of color #37063C: hue angle of 294.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37063C is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 6 60 -
CMYK 0.08 0.90 0 0.76
HSL 294.44º 0.82% 0.13% -
HSV(B) 294.44º 0.9% 0.24% -
XYZ 2.46 1.27 4.39 -
YUV 26.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 55 6 60 0.08 0.90 0 0.76 294.44 0.82 0.13
Hex 37 6 3C 8 5A 0 4C 126 52 D
Octal 67 6 74 10 132 0 114 446 122 15
Binary 110111 110 111100 1000 1011010 0 1001100 100100110 1010010 1101

Color Harmonies of #37063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37063C

Black with #37063C

Text Example


Text Example

White with #37063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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