#42253C

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

Shades of Voodoo #42253C

Tints of Voodoo #42253C

Color information

#42253C (or 0x42253C) is unknown color: approx Voodoo. HEX triplet: 42, 25 and 3C. RGB value is (66,37,60). Sum of RGB (Red+Green+Blue) = 66+37+60=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253C is #BDDAC3. Grayscale: #303030. Windows color (decimal): -12442308 or 3941698. OLE color: 3941698.

HSL color Cylindrical-coordinate representation of color #42253C: hue angle of 312.41º 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 #42253C is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB663760-
CMYK00.440.090.74
HSL312.41º28.16%20.2%-
HSV(B)312.41º43.94%25.88%-
XYZ3.722.814.62-
YUV48.29134.61140.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=40.49%
G=22.70%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66376000.440.090.74312.4128.1620.2
Hex42253C02C94A1381c14
Octal1024574054111124703424
Binary10000101001011111000101100100110010101001110001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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