Html Css Color HEX #370135 Mardi Gras

📋 copy color: '#370135'

red 55 ◦ green 1 ◦ blue 53

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

Shades of Mardi Gras #370135

Tints of Mardi Gras #370135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 50.46%
G = 0.92%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#370135 (or 0x370135) is known color: Mardi Gras. HEX triplet: 37, 01 and 35. RGB value is (55,1,53). Sum of RGB (Red+Green+Blue) = 55+1+53=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370135 is #C8FECA. Grayscale: #161616. Windows color (decimal): -13172427 or 3473719. OLE color: 3473719.

HSL color Cylindrical-coordinate representation of color #370135: hue angle of 302.22º 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 #370135 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 53 -
CMYK 0 0.98 0.04 0.78
HSL 302.22º 0.96% 0.11% -
HSV(B) 302.22º 0.98% 0.22% -
XYZ 2.23 1.09 3.46 -
YUV 23.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 55 1 53 0 0.98 0.04 0.78 302.22 0.96 0.11
Hex 37 1 35 0 62 4 4E 12E 60 B
Octal 67 1 65 0 142 4 116 456 140 13
Binary 110111 1 110101 0 1100010 100 1001110 100101110 1100000 1011

Color Harmonies of #370135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370135

Black with #370135

Text Example


Text Example

White with #370135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370135; }

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

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

background-color css

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

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

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

border-color css

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

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

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