#461945

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

Shades of Mardi Gras #461945

Tints of Mardi Gras #461945

Color information

#461945 (or 0x461945) is unknown color: approx Mardi Gras. HEX triplet: 46, 19 and 45. RGB value is (70,25,69). Sum of RGB (Red+Green+Blue) = 70+25+69=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #461945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461945 is #B9E6BA. Grayscale: #2B2B2B. Windows color (decimal): -12183227 or 4528454. OLE color: 4528454.

HSL color Cylindrical-coordinate representation of color #461945: hue angle of 301.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461945 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB702569-
CMYK00.640.010.73
HSL301.33º47.37%18.63%-
HSV(B)301.33º64.29%27.45%-
XYZ3.952.435.89-
YUV43.47142.41146.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=42.68%
G=15.24%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70256900.640.010.73301.3347.3718.63
Hex46194504014912d2f13
Octal10631105010011114555723
Binary1000110110011000101010000001100100110010110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461945; }

 p { color: rgb(70,25,69); }

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

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

 a { background-color: rgb(70,25,69); }

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

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

 span { border-color: rgb(70,25,69); }

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