Html Css Color HEX #29141D Temptress

📋 copy color: '#29141D'

red 41 ◦ green 20 ◦ blue 29

#29141D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Temptress #29141D

Tints of Temptress #29141D

RGB

 RED value IS 41 (16.41% from 255) = 45.56%

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 29 (11.72% from 255) = 32.22%

R = 45.56%
G = 22.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29141D (or 0x29141D) is known color: Temptress. HEX triplet: 29, 14 and 1D. RGB value is (41,20,29). Sum of RGB (Red+Green+Blue) = 41+20+29=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #29141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29141D is #D6EBE2. Grayscale: #1B1B1B. Windows color (decimal): -14085091 or 1905705. OLE color: 1905705.

HSL color Cylindrical-coordinate representation of color #29141D: hue angle of 334.29º 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 #29141D is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 20 29 -
CMYK 0 0.51 0.29 0.84
HSL 334.29º 0.34% 0.12% -
HSV(B) 334.29º 0.51% 0.16% -
XYZ 1.39 1.06 1.29 -
YUV 27.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 41 20 29 0 0.51 0.29 0.84 334.29 0.34 0.12
Hex 29 14 1D 0 33 1D 54 14E 22 C
Octal 51 24 35 0 63 35 124 516 42 14
Binary 101001 10100 11101 0 110011 11101 1010100 101001110 100010 1100

Color Harmonies of #29141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29141D

Black with #29141D

Text Example


Text Example

White with #29141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29141D;
 }
 .AnyTagClassName
 {
   color: #29141D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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