#29141B

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

Shades of Temptress #29141B

Tints of Temptress #29141B

Color information

#29141B (or 0x29141B) is unknown color: approx Temptress. HEX triplet: 29, 14 and 1B. RGB value is (41,20,27). Sum of RGB (Red+Green+Blue) = 41+20+27=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #29141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141B is #D6EBE4. Grayscale: #1B1B1B. Windows color (decimal): -14085093 or 1774633. OLE color: 1774633.

HSL color Cylindrical-coordinate representation of color #29141B: hue angle of 340º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29141B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB412027-
CMYK00.510.340.84
HSL340º34.43%11.96%-
HSV(B)340º51.22%16.08%-
XYZ1.361.051.17-
YUV27.08127.96137.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=46.59%
G=22.73%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202700.510.340.8434034.4311.96
Hex29141B033225415422c
Octal512433063421245244214
Binary1010011010011011011001110001010101001010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29141B; }

 p { color: rgb(41,20,27); }

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

<style>
 a { background-color: #29141B; }

 a { background-color: rgb(41,20,27); }

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

<style>
 span { border-color: #29141B; }

 span { border-color: rgb(41,20,27); }

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