#421F27

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

Shades of Temptress #421F27

Tints of Temptress #421F27

Color information

#421F27 (or 0x421F27) is unknown color: approx Temptress. HEX triplet: 42, 1F and 27. RGB value is (66,31,39). Sum of RGB (Red+Green+Blue) = 66+31+39=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #421F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F27 is #BDE0D8. Grayscale: #2A2A2A. Windows color (decimal): -12443865 or 2563906. OLE color: 2563906.

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

Color convert

RGB663139-
CMYK00.530.410.74
HSL346.29º36.08%19.02%-
HSV(B)346.29º53.03%25.88%-
XYZ3.12.282.2-
YUV42.38126.1144.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=48.53%
G=22.79%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66313900.530.410.74346.2936.0819.02
Hex421F27035294A15a2413
Octal1023747065511125324423
Binary1000010111111001110110101101001100101010101101010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421F27; }

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

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

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

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

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

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

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

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