#42253B

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

Shades of Voodoo #42253B

Tints of Voodoo #42253B

Color information

#42253B (or 0x42253B) is unknown color: approx Voodoo. HEX triplet: 42, 25 and 3B. RGB value is (66,37,59). Sum of RGB (Red+Green+Blue) = 66+37+59=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #42253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253B is #BDDAC4. Grayscale: #303030. Windows color (decimal): -12442309 or 3876162. OLE color: 3876162.

HSL color Cylindrical-coordinate representation of color #42253B: hue angle of 314.48º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42253B is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB663759-
CMYK00.440.110.74
HSL314.48º28.16%20.2%-
HSV(B)314.48º43.94%25.88%-
XYZ3.72.84.48-
YUV48.18134.11140.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=40.74%
G=22.84%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66375900.440.110.74314.4828.1620.2
Hex42253B02CB4A13a1c14
Octal1024573054131124723424
Binary10000101001011110110101100101110010101001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42253B; }

 p { color: rgb(66,37,59); }

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

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

 a { background-color: rgb(66,37,59); }

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

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

 span { border-color: rgb(66,37,59); }

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