#35112E

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

Shades of Mardi Gras #35112E

Tints of Mardi Gras #35112E

Color information

#35112E (or 0x35112E) is unknown color: approx Mardi Gras. HEX triplet: 35, 11 and 2E. RGB value is (53,17,46). Sum of RGB (Red+Green+Blue) = 53+17+46=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112E is #CAEED1. Grayscale: #1E1E1E. Windows color (decimal): -13299410 or 3019061. OLE color: 3019061.

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

Color convert

RGB531746-
CMYK00.680.130.79
HSL311.67º51.43%13.73%-
HSV(B)311.67º67.92%20.78%-
XYZ2.161.362.73-
YUV31.07136.43143.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=45.69%
G=14.66%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53174600.680.130.79311.6751.4313.73
Hex35112E044D4F13833e
Octal6521560104151174706316
Binary1101011000110111001000100110110011111001110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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