#461840

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

Shades of Mardi Gras #461840

Tints of Mardi Gras #461840

Color information

#461840 (or 0x461840) is unknown color: approx Mardi Gras. HEX triplet: 46, 18 and 40. RGB value is (70,24,64). Sum of RGB (Red+Green+Blue) = 70+24+64=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #461840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461840 is #B9E7BF. Grayscale: #2A2A2A. Windows color (decimal): -12183488 or 4200518. OLE color: 4200518.

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

Color convert

RGB702464-
CMYK00.660.090.73
HSL307.83º48.94%18.43%-
HSV(B)307.83º65.71%27.45%-
XYZ3.782.335.1-
YUV42.31140.24147.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=44.30%
G=15.19%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70246400.660.090.73307.8348.9418.43
Hex4618400429491343112
Octal106301000102111114646122
Binary1000110110001000000010000101001100100110011010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461840; }

 p { color: rgb(70,24,64); }

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

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

 a { background-color: rgb(70,24,64); }

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

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

 span { border-color: rgb(70,24,64); }

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