#33052D

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

Shades of Mardi Gras #33052D

Tints of Mardi Gras #33052D

Color information

#33052D (or 0x33052D) is unknown color: approx Mardi Gras. HEX triplet: 33, 05 and 2D. RGB value is (51,5,45). Sum of RGB (Red+Green+Blue) = 51+5+45=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #33052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33052D is #CCFAD2. Grayscale: #171717. Windows color (decimal): -13433555 or 2950451. OLE color: 2950451.

HSL color Cylindrical-coordinate representation of color #33052D: hue angle of 307.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33052D is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB51545-
CMYK00.900.120.8
HSL307.83º82.14%10.98%-
HSV(B)307.83º90.2%20%-
XYZ1.8912.58-
YUV23.31140.24147.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50.50%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=50.50%
G=4.95%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5154500.900.120.8307.8382.1410.98
Hex3352D05AC5013452b
Octal6355501321412046412213
Binary110011101101101010110101100101000010011010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33052D; }

 p { color: rgb(51,5,45); }

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

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

 a { background-color: rgb(51,5,45); }

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

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

 span { border-color: rgb(51,5,45); }

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