#423640

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

Shades of Voodoo #423640

Tints of Voodoo #423640

Color information

#423640 (or 0x423640) is unknown color: approx Voodoo. HEX triplet: 42, 36 and 40. RGB value is (66,54,64). Sum of RGB (Red+Green+Blue) = 66+54+64=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 66 - color contains mainly: red. Hex color #423640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423640 is #BDC9BF. Grayscale: #3A3A3A. Windows color (decimal): -12437952 or 4208194. OLE color: 4208194.

HSL color Cylindrical-coordinate representation of color #423640: hue angle of 310º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #423640 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB665464-
CMYK00.180.030.74
HSL310º10%23.53%-
HSV(B)310º18.18%25.88%-
XYZ4.494.175.42-
YUV58.73130.98133.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=35.87%
G=29.35%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66546400.180.030.743101023.53
Hex42364001234A136a18
Octal1026610002231124661230
Binary10000101101101000000010010111001010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423640; }

 p { color: rgb(66,54,64); }

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

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

 a { background-color: rgb(66,54,64); }

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

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

 span { border-color: rgb(66,54,64); }

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