#46053D

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

Shades of Mardi Gras #46053D

Tints of Mardi Gras #46053D

Color information

#46053D (or 0x46053D) is unknown color: approx Mardi Gras. HEX triplet: 46, 05 and 3D. RGB value is (70,5,61). Sum of RGB (Red+Green+Blue) = 70+5+61=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46053D is #B9FAC2. Grayscale: #1E1E1E. Windows color (decimal): -12188355 or 3999046. OLE color: 3999046.

HSL color Cylindrical-coordinate representation of color #46053D: hue angle of 308.31º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46053D is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB70561-
CMYK00.930.130.73
HSL308.31º86.67%14.71%-
HSV(B)308.31º92.86%27.45%-
XYZ3.421.754.57-
YUV30.82145.03155.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=51.47%
G=3.68%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7056100.930.130.73308.3186.6714.71
Hex4653D05DD4913457f
Octal10657501351511146412717
Binary1000110101111101010111011101100100110011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,5,61); }

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

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

 a { background-color: rgb(70,5,61); }

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

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

 span { border-color: rgb(70,5,61); }

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