Html Css Color HEX #371235 Mardi Gras

📋 copy color: '#371235'

red 55 ◦ green 18 ◦ blue 53

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

Shades of Mardi Gras #371235

Tints of Mardi Gras #371235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.29%

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

R = 43.65%
G = 14.29%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#371235 (or 0x371235) is known color: Mardi Gras. HEX triplet: 37, 12 and 35. RGB value is (55,18,53). Sum of RGB (Red+Green+Blue) = 55+18+53=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371235 is #C8EDCA. Grayscale: #202020. Windows color (decimal): -13168075 or 3478071. OLE color: 3478071.

HSL color Cylindrical-coordinate representation of color #371235: hue angle of 303.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371235 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 53 -
CMYK 0 0.67 0.04 0.78
HSL 303.24º 0.51% 0.14% -
HSV(B) 303.24º 0.67% 0.22% -
XYZ 2.43 1.5 3.53 -
YUV 33.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 55 18 53 0 0.67 0.04 0.78 303.24 0.51 0.14
Hex 37 12 35 0 43 4 4E 12F 33 E
Octal 67 22 65 0 103 4 116 457 63 16
Binary 110111 10010 110101 0 1000011 100 1001110 100101111 110011 1110

Color Harmonies of #371235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371235

Black with #371235

Text Example


Text Example

White with #371235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371235; }

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

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

background-color css

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

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

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

border-color css

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

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

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