#422029

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

Shades of Temptress #422029

Tints of Temptress #422029

Color information

#422029 (or 0x422029) is unknown color: approx Temptress. HEX triplet: 42, 20 and 29. RGB value is (66,32,41). Sum of RGB (Red+Green+Blue) = 66+32+41=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422029 is #BDDFD6. Grayscale: #2B2B2B. Windows color (decimal): -12443607 or 2695234. OLE color: 2695234.

HSL color Cylindrical-coordinate representation of color #422029: hue angle of 344.12º 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 #422029 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB663241-
CMYK00.520.380.74
HSL344.12º34.69%19.22%-
HSV(B)344.12º51.52%25.88%-
XYZ3.162.352.38-
YUV43.19126.76144.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.48%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=47.48%
G=23.02%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66324100.520.380.74344.1234.6919.22
Hex422029034264A1582313
Octal1024051064461125304323
Binary10000101000001010010110100100110100101010101100010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422029; }

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

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

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

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

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

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

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

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