#33072E

Color #33072E Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #33072E

Tints of Mardi Gras #33072E

Color information

#33072E (or 0x33072E) is unknown color: approx Mardi Gras. HEX triplet: 33, 07 and 2E. RGB value is (51,7,46). Sum of RGB (Red+Green+Blue) = 51+7+46=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #33072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33072E is #CCF8D1. Grayscale: #181818. Windows color (decimal): -13433042 or 3016499. OLE color: 3016499.

HSL color Cylindrical-coordinate representation of color #33072E: hue angle of 306.82º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33072E is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB51746-
CMYK00.860.100.8
HSL306.82º75.86%11.37%-
HSV(B)306.82º86.27%20%-
XYZ1.931.052.69-
YUV24.6140.08146.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=49.04%
G=6.73%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5174600.860.100.8306.8275.8611.37
Hex3372E056A501334cb
Octal6375601261212046311413
Binary110011111101110010101101010101000010011001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33072E; }

 p { color: rgb(51,7,46); }

 H1.HeaderClassName
 {
   color: #33072E;
 }
 .AnyTagClassName
 {
   color: #33072E;
 }
</style>
background-color css

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

 a { background-color: rgb(51,7,46); }

 div.DivClassName
 {
   background-color: #33072E;
 }
 .BgClassName
 {
   background-color: #33072E;
 }
</style>
border-color css

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

 span { border-color: rgb(51,7,46); }

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