#422329

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

Shades of Temptress #422329

Tints of Temptress #422329

Color information

#422329 (or 0x422329) is unknown color: approx Temptress. HEX triplet: 42, 23 and 29. RGB value is (66,35,41). Sum of RGB (Red+Green+Blue) = 66+35+41=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #422329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422329 is #BDDCD6. Grayscale: #2C2C2C. Windows color (decimal): -12442839 or 2696002. OLE color: 2696002.

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

Color convert

RGB663541-
CMYK00.470.380.74
HSL348.39º30.69%19.8%-
HSV(B)348.39º46.97%25.88%-
XYZ3.252.522.41-
YUV44.95125.77143.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 46.48%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=46.48%
G=24.65%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66354100.470.380.74348.3930.6919.8
Hex42232902F264A15c1f14
Octal1024351057461125343724
Binary1000010100011101001010111110011010010101010111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422329; }

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

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

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

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

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

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

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

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