#29121A

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

Shades of Temptress #29121A

Tints of Temptress #29121A

Color information

#29121A (or 0x29121A) is unknown color: approx Temptress. HEX triplet: 29, 12 and 1A. RGB value is (41,18,26). Sum of RGB (Red+Green+Blue) = 41+18+26=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #29121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29121A is #D6EDE5. Grayscale: #191919. Windows color (decimal): -14085606 or 1708585. OLE color: 1708585.

HSL color Cylindrical-coordinate representation of color #29121A: hue angle of 339.13º 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 #29121A is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB411826-
CMYK00.560.370.84
HSL339.13º38.98%11.57%-
HSV(B)339.13º56.1%16.08%-
XYZ1.320.981.1-
YUV25.79128.12138.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.24%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=48.24%
G=21.18%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41182600.560.370.84339.1338.9811.57
Hex29121A038255415327c
Octal512232070451245234714
Binary1010011001011010011100010010110101001010100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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