#42273C

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

Shades of Voodoo #42273C

Tints of Voodoo #42273C

Color information

#42273C (or 0x42273C) is unknown color: approx Voodoo. HEX triplet: 42, 27 and 3C. RGB value is (66,39,60). Sum of RGB (Red+Green+Blue) = 66+39+60=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 66 - color contains mainly: red. Hex color #42273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42273C is #BDD8C3. Grayscale: #313131. Windows color (decimal): -12441796 or 3942210. OLE color: 3942210.

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

Color convert

RGB663960-
CMYK00.410.090.74
HSL313.33º25.71%20.59%-
HSV(B)313.33º40.91%25.88%-
XYZ3.792.944.64-
YUV49.47133.95139.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=40%
G=23.64%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66396000.410.090.74313.3325.7120.59
Hex42273C02994A1391a15
Octal1024774051111124713225
Binary10000101001111111000101001100110010101001110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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