#462644

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

Shades of Voodoo #462644

Tints of Voodoo #462644

Color information

#462644 (or 0x462644) is unknown color: approx Voodoo. HEX triplet: 46, 26 and 44. RGB value is (70,38,68). Sum of RGB (Red+Green+Blue) = 70+38+68=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #462644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462644 is #B9D9BB. Grayscale: #323232. Windows color (decimal): -12179900 or 4466246. OLE color: 4466246.

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

Color convert

RGB703868-
CMYK00.460.030.73
HSL303.75º29.63%21.18%-
HSV(B)303.75º45.71%27.45%-
XYZ4.263.115.84-
YUV50.99137.6141.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=39.77%
G=21.59%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70386800.460.030.73303.7529.6321.18
Hex46264402E3491301e15
Octal1064610405631114603625
Binary1000110100110100010001011101110010011001100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462644; }

 p { color: rgb(70,38,68); }

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

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

 a { background-color: rgb(70,38,68); }

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

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

 span { border-color: rgb(70,38,68); }

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