#35042E

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

Shades of Mardi Gras #35042E

Tints of Mardi Gras #35042E

Color information

#35042E (or 0x35042E) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 2E. RGB value is (53,4,46). Sum of RGB (Red+Green+Blue) = 53+4+46=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35042E is #CAFBD1. Grayscale: #171717. Windows color (decimal): -13302738 or 3015733. OLE color: 3015733.

HSL color Cylindrical-coordinate representation of color #35042E: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35042E is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB53446-
CMYK00.920.130.79
HSL308.57º85.96%11.18%-
HSV(B)308.57º92.45%20.78%-
XYZ21.042.68-
YUV23.44140.73149.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=51.46%
G=3.88%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5344600.920.130.79308.5785.9611.18
Hex3542E05CD4F13556b
Octal6545601341511746512613
Binary110101100101110010111001101100111110011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,4,46); }

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

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

 a { background-color: rgb(53,4,46); }

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

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

 span { border-color: rgb(53,4,46); }

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