Html Css Color HEX #371035 Mardi Gras

📋 copy color: '#371035'

red 55 ◦ green 16 ◦ blue 53

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

Shades of Mardi Gras #371035

Tints of Mardi Gras #371035

RGB

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

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

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

R = 44.35%
G = 12.9%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#371035 (or 0x371035) is known color: Mardi Gras. HEX triplet: 37, 10 and 35. RGB value is (55,16,53). Sum of RGB (Red+Green+Blue) = 55+16+53=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #371035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371035 is #C8EFCA. Grayscale: #1F1F1F. Windows color (decimal): -13168587 or 3477559. OLE color: 3477559.

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

Color convert

RGB 55 16 53 -
CMYK 0 0.71 0.04 0.78
HSL 303.08º 0.55% 0.14% -
HSV(B) 303.08º 0.71% 0.22% -
XYZ 2.4 1.44 3.52 -
YUV 31.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 55 16 53 0 0.71 0.04 0.78 303.08 0.55 0.14
Hex 37 10 35 0 47 4 4E 12F 37 E
Octal 67 20 65 0 107 4 116 457 67 16
Binary 110111 10000 110101 0 1000111 100 1001110 100101111 110111 1110

Color Harmonies of #371035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371035

Black with #371035

Text Example


Text Example

White with #371035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371035; }

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

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

background-color css

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

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

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

border-color css

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

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

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