#29151C

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

Shades of Temptress #29151C

Tints of Temptress #29151C

Color information

#29151C (or 0x29151C) is unknown color: approx Temptress. HEX triplet: 29, 15 and 1C. RGB value is (41,21,28). Sum of RGB (Red+Green+Blue) = 41+21+28=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151C is #D6EAE3. Grayscale: #1B1B1B. Windows color (decimal): -14084836 or 1840425. OLE color: 1840425.

HSL color Cylindrical-coordinate representation of color #29151C: hue angle of 339º 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 #29151C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB412128-
CMYK00.490.320.84
HSL339º32.26%12.16%-
HSV(B)339º48.78%16.08%-
XYZ1.391.091.24-
YUV27.78128.13137.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=45.56%
G=23.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212800.490.320.8433932.2612.16
Hex29151C031205415320c
Octal512534061401245234014
Binary1010011010111100011000110000010101001010100111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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