#201017

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

Shades of Temptress #201017

Tints of Temptress #201017

Color information

#201017 (or 0x201017) is unknown color: approx Temptress. HEX triplet: 20, 10 and 17. RGB value is (32,16,23). Sum of RGB (Red+Green+Blue) = 32+16+23=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #201017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201017 is #DFEFE8. Grayscale: #151515. Windows color (decimal): -14675945 or 1511456. OLE color: 1511456.

HSL color Cylindrical-coordinate representation of color #201017: hue angle of 333.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201017 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB321623-
CMYK00.50.280.87
HSL333.75º33.33%9.41%-
HSV(B)333.75º50%12.55%-
XYZ0.940.740.9-
YUV21.58128.8135.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 23 (9.38% from 255) = 32.39%
R=45.07%
G=22.54%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32162300.50.280.87333.7533.339.41
Hex2010170321C5714e219
Octal402027062341275164111
Binary100000100001011101100101110010101111010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201017; }

 p { color: rgb(32,16,23); }

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

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

 a { background-color: rgb(32,16,23); }

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

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

 span { border-color: rgb(32,16,23); }

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