#422027

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

Shades of Temptress #422027

Tints of Temptress #422027

Color information

#422027 (or 0x422027) is unknown color: approx Temptress. HEX triplet: 42, 20 and 27. RGB value is (66,32,39). Sum of RGB (Red+Green+Blue) = 66+32+39=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422027 is #BDDFD8. Grayscale: #2A2A2A. Windows color (decimal): -12443609 or 2564162. OLE color: 2564162.

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

Color convert

RGB663239-
CMYK00.520.410.74
HSL347.65º34.69%19.22%-
HSV(B)347.65º51.52%25.88%-
XYZ3.132.342.21-
YUV42.96125.76144.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.18%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=48.18%
G=23.36%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66323900.520.410.74347.6534.6919.22
Hex422027034294A15c2313
Octal1024047064511125344323
Binary10000101000001001110110100101001100101010101110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422027; }

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

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

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

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

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

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

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

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