#423140

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

Shades of Voodoo #423140

Tints of Voodoo #423140

Color information

#423140 (or 0x423140) is unknown color: approx Voodoo. HEX triplet: 42, 31 and 40. RGB value is (66,49,64). Sum of RGB (Red+Green+Blue) = 66+49+64=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423140 is #BDCEBF. Grayscale: #373737. Windows color (decimal): -12439232 or 4206914. OLE color: 4206914.

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

Color convert

RGB664964-
CMYK00.260.030.74
HSL307.06º14.78%22.55%-
HSV(B)307.06º25.76%25.88%-
XYZ4.273.735.34-
YUV55.79132.63135.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=36.87%
G=27.37%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66496400.260.030.74307.0614.7822.55
Hex42314001A34A133f17
Octal1026110003231124631727
Binary10000101100011000000011010111001010100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423140; }

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

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

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

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

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

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

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

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