#421C22

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

Shades of Temptress #421C22

Tints of Temptress #421C22

Color information

#421C22 (or 0x421C22) is unknown color: approx Temptress. HEX triplet: 42, 1C and 22. RGB value is (66,28,34). Sum of RGB (Red+Green+Blue) = 66+28+34=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #421C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C22 is #BDE3DD. Grayscale: #282828. Windows color (decimal): -12444638 or 2235458. OLE color: 2235458.

HSL color Cylindrical-coordinate representation of color #421C22: hue angle of 350.53º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421C22 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB662834-
CMYK00.580.480.74
HSL350.53º40.43%18.43%-
HSV(B)350.53º57.58%25.88%-
XYZ2.952.11.76-
YUV40.05124.59146.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=51.56%
G=21.88%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66283400.580.480.74350.5340.4318.43
Hex421C2203A304A15f2812
Octal1023442072601125375022
Binary1000010111001000100111010110000100101010101111110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,28,34); }

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

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

 a { background-color: rgb(66,28,34); }

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

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

 span { border-color: rgb(66,28,34); }

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