#29131C

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

Shades of Temptress #29131C

Tints of Temptress #29131C

Color information

#29131C (or 0x29131C) is unknown color: approx Temptress. HEX triplet: 29, 13 and 1C. RGB value is (41,19,28). Sum of RGB (Red+Green+Blue) = 41+19+28=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #29131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29131C is #D6ECE3. Grayscale: #1A1A1A. Windows color (decimal): -14085348 or 1839913. OLE color: 1839913.

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

Color convert

RGB411928-
CMYK00.540.320.84
HSL335.45º36.67%11.76%-
HSV(B)335.45º53.66%16.08%-
XYZ1.361.021.22-
YUV26.6128.79138.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 28 (11.33% from 255) = 31.82%
R=46.59%
G=21.59%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41192800.540.320.84335.4536.6711.76
Hex29131C036205414f25c
Octal512334066401245174514
Binary1010011001111100011011010000010101001010011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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