Html Css Color HEX #29271D Maire

📋 copy color: '#29271D'

red 41 ◦ green 39 ◦ blue 29

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

Shades of Maire #29271D

Tints of Maire #29271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.78%

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

R = 37.61%
G = 35.78%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.84

RGB Variations

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

Color information

#29271D (or 0x29271D) is known color: Maire. HEX triplet: 29, 27 and 1D. RGB value is (41,39,29). Sum of RGB (Red+Green+Blue) = 41+39+29=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #29271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29271D is #D6D8E2. Grayscale: #262626. Windows color (decimal): -14080227 or 1910569. OLE color: 1910569.

HSL color Cylindrical-coordinate representation of color #29271D: hue angle of 50º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29271D is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 39 29 -
CMYK 0 0.05 0.29 0.84
HSL 50º 0.17% 0.14% -
HSV(B) 50º 0.29% 0.16% -
XYZ 1.86 2.01 1.45 -
YUV 38.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 41 39 29 0 0.05 0.29 0.84 50 0.17 0.14
Hex 29 27 1D 0 5 1D 54 32 11 E
Octal 51 47 35 0 5 35 124 62 21 16
Binary 101001 100111 11101 0 101 11101 1010100 110010 10001 1110

Color Harmonies of #29271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29271D

Black with #29271D

Text Example


Text Example

White with #29271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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