#29171E

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

Shades of Temptress #29171E

Tints of Temptress #29171E

Color information

#29171E (or 0x29171E) is unknown color: approx Temptress. HEX triplet: 29, 17 and 1E. RGB value is (41,23,30). Sum of RGB (Red+Green+Blue) = 41+23+30=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #29171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29171E is #D6E8E1. Grayscale: #1D1D1D. Windows color (decimal): -14084322 or 1972009. OLE color: 1972009.

HSL color Cylindrical-coordinate representation of color #29171E: hue angle of 336.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29171E is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.84.

Color convert

RGB412330-
CMYK00.440.270.84
HSL336.67º28.12%12.55%-
HSV(B)336.67º43.9%16.08%-
XYZ1.461.181.38-
YUV29.18128.46136.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=43.62%
G=24.47%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41233000.440.270.84336.6728.1212.55
Hex29171E02C1B541511cd
Octal512736054331245213415
Binary10100110111111100101100110111010100101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29171E; }

 p { color: rgb(41,23,30); }

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

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

 a { background-color: rgb(41,23,30); }

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

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

 span { border-color: rgb(41,23,30); }

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