#42273E

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

Shades of Voodoo #42273E

Tints of Voodoo #42273E

Color information

#42273E (or 0x42273E) is unknown color: approx Voodoo. HEX triplet: 42, 27 and 3E. RGB value is (66,39,62). Sum of RGB (Red+Green+Blue) = 66+39+62=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42273E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42273E is #BDD8C1. Grayscale: #313131. Windows color (decimal): -12441794 or 4073282. OLE color: 4073282.

HSL color Cylindrical-coordinate representation of color #42273E: hue angle of 308.89º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42273E is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB663962-
CMYK00.410.060.74
HSL308.89º25.71%20.59%-
HSV(B)308.89º40.91%25.88%-
XYZ3.842.964.93-
YUV49.69134.95139.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=39.52%
G=23.35%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66396200.410.060.74308.8925.7120.59
Hex42273E02964A1351a15
Octal102477605161124653225
Binary1000010100111111110010100111010010101001101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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