#461642

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

Shades of Mardi Gras #461642

Tints of Mardi Gras #461642

Color information

#461642 (or 0x461642) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 42. RGB value is (70,22,66). Sum of RGB (Red+Green+Blue) = 70+22+66=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461642 is #B9E9BD. Grayscale: #292929. Windows color (decimal): -12183998 or 4331078. OLE color: 4331078.

HSL color Cylindrical-coordinate representation of color #461642: hue angle of 305º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461642 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB702266-
CMYK00.690.060.73
HSL305º52.17%18.04%-
HSV(B)305º68.57%27.45%-
XYZ3.82.275.39-
YUV41.37141.9148.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=44.30%
G=13.92%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226600.690.060.7330552.1718.04
Hex4616420456491313412
Octal10626102010561114616422
Binary100011010110100001001000101110100100110011000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461642; }

 p { color: rgb(70,22,66); }

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

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

 a { background-color: rgb(70,22,66); }

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

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

 span { border-color: rgb(70,22,66); }

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