#29111A

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

Shades of Temptress #29111A

Tints of Temptress #29111A

Color information

#29111A (or 0x29111A) is unknown color: approx Temptress. HEX triplet: 29, 11 and 1A. RGB value is (41,17,26). Sum of RGB (Red+Green+Blue) = 41+17+26=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #29111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29111A is #D6EEE5. Grayscale: #191919. Windows color (decimal): -14085862 or 1708329. OLE color: 1708329.

HSL color Cylindrical-coordinate representation of color #29111A: hue angle of 337.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29111A is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB411726-
CMYK00.590.370.84
HSL337.5º41.38%11.37%-
HSV(B)337.5º58.54%16.08%-
XYZ1.30.951.09-
YUV25.2128.45139.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=48.81%
G=20.24%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41172600.590.370.84337.541.3811.37
Hex29111A03B255415229b
Octal512132073451245225113
Binary1010011000111010011101110010110101001010100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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