#321420

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

Shades of Temptress #321420

Tints of Temptress #321420

Color information

#321420 (or 0x321420) is unknown color: approx Temptress. HEX triplet: 32, 14 and 20. RGB value is (50,20,32). Sum of RGB (Red+Green+Blue) = 50+20+32=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 50 - color contains mainly: red. Hex color #321420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321420 is #CDEBDF. Grayscale: #1E1E1E. Windows color (decimal): -13495264 or 2102322. OLE color: 2102322.

HSL color Cylindrical-coordinate representation of color #321420: hue angle of 336º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321420 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB502032-
CMYK00.600.360.80
HSL336º42.86%13.73%-
HSV(B)336º60%19.61%-
XYZ1.831.281.52-
YUV30.34128.94142.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=49.02%
G=19.61%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50203200.600.360.8033642.8613.73
Hex32142003C24501502be
Octal622440074441205205316
Binary11001010100100000011110010010010100001010100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321420; }

 p { color: rgb(50,20,32); }

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

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

 a { background-color: rgb(50,20,32); }

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

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

 span { border-color: rgb(50,20,32); }

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