#42253E

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

Shades of Voodoo #42253E

Tints of Voodoo #42253E

Color information

#42253E (or 0x42253E) is unknown color: approx Voodoo. HEX triplet: 42, 25 and 3E. RGB value is (66,37,62). Sum of RGB (Red+Green+Blue) = 66+37+62=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253E is #BDDAC1. Grayscale: #303030. Windows color (decimal): -12442306 or 4072770. OLE color: 4072770.

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

Color convert

RGB663762-
CMYK00.440.060.74
HSL308.28º28.16%20.2%-
HSV(B)308.28º43.94%25.88%-
XYZ3.782.834.9-
YUV48.52135.61140.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 62 (24.61% from 255) = 37.58%
R=40%
G=22.42%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66376200.440.060.74308.2828.1620.2
Hex42253E02C64A1341c14
Octal102457605461124643424
Binary1000010100101111110010110011010010101001101001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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