#462442

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

Shades of Voodoo #462442

Tints of Voodoo #462442

Color information

#462442 (or 0x462442) is unknown color: approx Voodoo. HEX triplet: 46, 24 and 42. RGB value is (70,36,66). Sum of RGB (Red+Green+Blue) = 70+36+66=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #462442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462442 is #B9DBBD. Grayscale: #313131. Windows color (decimal): -12180414 or 4334662. OLE color: 4334662.

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

Color convert

RGB703666-
CMYK00.490.060.73
HSL307.06º32.08%20.78%-
HSV(B)307.06º48.57%27.45%-
XYZ4.142.965.51-
YUV49.59137.26142.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=40.70%
G=20.93%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70366600.490.060.73307.0632.0820.78
Hex4624420316491332015
Octal1064410206161114634025
Binary100011010010010000100110001110100100110011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462442; }

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

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

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

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

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

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

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

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