Html Css Color HEX #371130 Mardi Gras

📋 copy color: '#371130'

red 55 ◦ green 17 ◦ blue 48

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

Shades of Mardi Gras #371130

Tints of Mardi Gras #371130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 48 (19.14% from 255) = 40%

R = 45.83%
G = 14.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#371130 (or 0x371130) is known color: Mardi Gras. HEX triplet: 37, 11 and 30. RGB value is (55,17,48). Sum of RGB (Red+Green+Blue) = 55+17+48=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371130 is #C8EECF. Grayscale: #1F1F1F. Windows color (decimal): -13168336 or 3150135. OLE color: 3150135.

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

Color convert

RGB 55 17 48 -
CMYK 0 0.69 0.13 0.78
HSL 311.05º 0.53% 0.14% -
HSV(B) 311.05º 0.69% 0.22% -
XYZ 2.31 1.43 2.95 -
YUV 31.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 55 17 48 0 0.69 0.13 0.78 311.05 0.53 0.14
Hex 37 11 30 0 45 D 4E 137 35 E
Octal 67 21 60 0 105 15 116 467 65 16
Binary 110111 10001 110000 0 1000101 1101 1001110 100110111 110101 1110

Color Harmonies of #371130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371130

Black with #371130

Text Example


Text Example

White with #371130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371130; }

 p { color: rgb(55,17,48); }

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

background-color css

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

 a { background-color: rgb(55,17,48); }

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

border-color css

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

 span { border-color: rgb(55,17,48); }

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