#422129

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

Shades of Temptress #422129

Tints of Temptress #422129

Color information

#422129 (or 0x422129) is unknown color: approx Temptress. HEX triplet: 42, 21 and 29. RGB value is (66,33,41). Sum of RGB (Red+Green+Blue) = 66+33+41=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422129 is #BDDED6. Grayscale: #2B2B2B. Windows color (decimal): -12443351 or 2695490. OLE color: 2695490.

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

Color convert

RGB663341-
CMYK00.50.380.74
HSL345.45º33.33%19.41%-
HSV(B)345.45º50%25.88%-
XYZ3.192.412.39-
YUV43.78126.43143.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.14%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=47.14%
G=23.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66334100.50.380.74345.4533.3319.41
Hex422129032264A1592113
Octal1024151062461125314123
Binary10000101000011010010110010100110100101010101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422129; }

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

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

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

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

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

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

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

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