#421F24

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

Shades of Temptress #421F24

Tints of Temptress #421F24

Color information

#421F24 (or 0x421F24) is unknown color: approx Temptress. HEX triplet: 42, 1F and 24. RGB value is (66,31,36). Sum of RGB (Red+Green+Blue) = 66+31+36=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #421F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F24 is #BDE0DB. Grayscale: #2A2A2A. Windows color (decimal): -12443868 or 2367298. OLE color: 2367298.

HSL color Cylindrical-coordinate representation of color #421F24: hue angle of 351.43º 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 #421F24 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB663136-
CMYK00.530.450.74
HSL351.43º36.08%19.02%-
HSV(B)351.43º53.03%25.88%-
XYZ3.062.271.95-
YUV42.04124.6145.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=49.62%
G=23.31%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66313600.530.450.74351.4336.0819.02
Hex421F240352D4A15f2413
Octal1023744065551125374423
Binary1000010111111001000110101101101100101010101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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