#42253D

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

Shades of Voodoo #42253D

Tints of Voodoo #42253D

Color information

#42253D (or 0x42253D) is unknown color: approx Voodoo. HEX triplet: 42, 25 and 3D. RGB value is (66,37,61). Sum of RGB (Red+Green+Blue) = 66+37+61=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42253D is #BDDAC2. Grayscale: #303030. Windows color (decimal): -12442307 or 4007234. OLE color: 4007234.

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

Color convert

RGB663761-
CMYK00.440.080.74
HSL310.34º28.16%20.2%-
HSV(B)310.34º43.94%25.88%-
XYZ3.752.824.76-
YUV48.41135.11140.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=40.24%
G=22.56%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66376100.440.080.74310.3428.1620.2
Hex42253D02C84A1361c14
Octal1024575054101124663424
Binary10000101001011111010101100100010010101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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