#29141D

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

Shades of Temptress #29141D

Tints of Temptress #29141D

Color information

#29141D (or 0x29141D) is unknown color: approx Temptress. HEX triplet: 29, 14 and 1D. RGB value is (41,20,29). Sum of RGB (Red+Green+Blue) = 41+20+29=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141D is #D6EBE2. Grayscale: #1B1B1B. Windows color (decimal): -14085091 or 1905705. OLE color: 1905705.

HSL color Cylindrical-coordinate representation of color #29141D: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29141D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB412029-
CMYK00.510.290.84
HSL334.29º34.43%11.96%-
HSV(B)334.29º51.22%16.08%-
XYZ1.391.061.29-
YUV27.3128.96137.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=45.56%
G=22.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202900.510.290.84334.2934.4311.96
Hex29141D0331D5414e22c
Octal512435063351245164214
Binary101001101001110101100111110110101001010011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29141D; }

 p { color: rgb(41,20,29); }

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

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

 a { background-color: rgb(41,20,29); }

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

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

 span { border-color: rgb(41,20,29); }

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