#29151D

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

Shades of Temptress #29151D

Tints of Temptress #29151D

Color information

#29151D (or 0x29151D) is unknown color: approx Temptress. HEX triplet: 29, 15 and 1D. RGB value is (41,21,29). Sum of RGB (Red+Green+Blue) = 41+21+29=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151D is #D6EAE2. Grayscale: #1B1B1B. Windows color (decimal): -14084835 or 1905961. OLE color: 1905961.

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

Color convert

RGB412129-
CMYK00.490.290.84
HSL336º32.26%12.16%-
HSV(B)336º48.78%16.08%-
XYZ1.41.11.3-
YUV27.89128.63137.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.05%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=45.05%
G=23.08%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212900.490.290.8433632.2612.16
Hex29151D0311D5415020c
Octal512535061351245204014
Binary101001101011110101100011110110101001010100001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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