Html Css Color HEX #371433 Mardi Gras

📋 copy color: '#371433'

red 55 ◦ green 20 ◦ blue 51

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

Shades of Mardi Gras #371433

Tints of Mardi Gras #371433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 43.65%
G = 15.87%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#371433 (or 0x371433) is known color: Mardi Gras. HEX triplet: 37, 14 and 33. RGB value is (55,20,51). Sum of RGB (Red+Green+Blue) = 55+20+51=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #371433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371433 is #C8EBCC. Grayscale: #212121. Windows color (decimal): -13167565 or 3347511. OLE color: 3347511.

HSL color Cylindrical-coordinate representation of color #371433: hue angle of 306.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371433 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 51 -
CMYK 0 0.64 0.07 0.78
HSL 306.86º 0.47% 0.15% -
HSV(B) 306.86º 0.64% 0.22% -
XYZ 2.42 1.55 3.3 -
YUV 34 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 55 20 51 0 0.64 0.07 0.78 306.86 0.47 0.15
Hex 37 14 33 0 40 7 4E 133 2F F
Octal 67 24 63 0 100 7 116 463 57 17
Binary 110111 10100 110011 0 1000000 111 1001110 100110011 101111 1111

Color Harmonies of #371433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371433

Black with #371433

Text Example


Text Example

White with #371433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371433; }

 p { color: rgb(55,20,51); }

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

background-color css

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

 a { background-color: rgb(55,20,51); }

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

border-color css

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

 span { border-color: rgb(55,20,51); }

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