#35082D

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

Shades of Mardi Gras #35082D

Tints of Mardi Gras #35082D

Color information

#35082D (or 0x35082D) is unknown color: approx Mardi Gras. HEX triplet: 35, 08 and 2D. RGB value is (53,8,45). Sum of RGB (Red+Green+Blue) = 53+8+45=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35082D is #CAF7D2. Grayscale: #191919. Windows color (decimal): -13301715 or 2951221. OLE color: 2951221.

HSL color Cylindrical-coordinate representation of color #35082D: hue angle of 310.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35082D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB53845-
CMYK00.850.150.79
HSL310.67º73.77%11.96%-
HSV(B)310.67º84.91%20.78%-
XYZ2.031.122.59-
YUV25.67138.91147.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=50%
G=7.55%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5384500.850.150.79310.6773.7711.96
Hex3582D055F4F1374ac
Octal65105501251711746711214
Binary1101011000101101010101011111100111110011011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,8,45); }

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

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

 a { background-color: rgb(53,8,45); }

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

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

 span { border-color: rgb(53,8,45); }

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