Html Css Color HEX #370136 Mardi Gras

📋 copy color: '#370136'

red 55 ◦ green 1 ◦ blue 54

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

Shades of Mardi Gras #370136

Tints of Mardi Gras #370136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.91%

 BLUE value IS 54 (21.48% from 255) = 49.09%

R = 50%
G = 0.91%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#370136 (or 0x370136) is known color: Mardi Gras. HEX triplet: 37, 01 and 36. RGB value is (55,1,54). Sum of RGB (Red+Green+Blue) = 55+1+54=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370136 is #C8FEC9. Grayscale: #171717. Windows color (decimal): -13172426 or 3539255. OLE color: 3539255.

HSL color Cylindrical-coordinate representation of color #370136: hue angle of 301.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370136 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 54 -
CMYK 0 0.98 0.02 0.78
HSL 301.11º 0.96% 0.11% -
HSV(B) 301.11º 0.98% 0.22% -
XYZ 2.25 1.1 3.58 -
YUV 23.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 55 1 54 0 0.98 0.02 0.78 301.11 0.96 0.11
Hex 37 1 36 0 62 2 4E 12D 60 B
Octal 67 1 66 0 142 2 116 455 140 13
Binary 110111 1 110110 0 1100010 10 1001110 100101101 1100000 1011

Color Harmonies of #370136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370136

Black with #370136

Text Example


Text Example

White with #370136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370136; }

 p { color: rgb(55,1,54); }

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

background-color css

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

 a { background-color: rgb(55,1,54); }

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

border-color css

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

 span { border-color: rgb(55,1,54); }

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