#29121C

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

Shades of Temptress #29121C

Tints of Temptress #29121C

Color information

#29121C (or 0x29121C) is unknown color: approx Temptress. HEX triplet: 29, 12 and 1C. RGB value is (41,18,28). Sum of RGB (Red+Green+Blue) = 41+18+28=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #29121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29121C is #D6EDE3. Grayscale: #1A1A1A. Windows color (decimal): -14085604 or 1839657. OLE color: 1839657.

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

Color convert

RGB411828-
CMYK00.560.320.84
HSL333.91º38.98%11.57%-
HSV(B)333.91º56.1%16.08%-
XYZ1.340.991.22-
YUV26.02129.12138.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=47.13%
G=20.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41182800.560.320.84333.9138.9811.57
Hex29121C038205414e27c
Octal512234070401245164714
Binary1010011001011100011100010000010101001010011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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