#422127

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

Shades of Temptress #422127

Tints of Temptress #422127

Color information

#422127 (or 0x422127) is unknown color: approx Temptress. HEX triplet: 42, 21 and 27. RGB value is (66,33,39). Sum of RGB (Red+Green+Blue) = 66+33+39=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422127 is #BDDED8. Grayscale: #2B2B2B. Windows color (decimal): -12443353 or 2564418. OLE color: 2564418.

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

Color convert

RGB663339-
CMYK00.50.410.74
HSL349.09º33.33%19.41%-
HSV(B)349.09º50%25.88%-
XYZ3.162.392.21-
YUV43.55125.43144.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=47.83%
G=23.91%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66333900.50.410.74349.0933.3319.41
Hex422127032294A15d2113
Octal1024147062511125354123
Binary10000101000011001110110010101001100101010101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422127; }

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

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

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

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

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

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

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

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