Html Css Color HEX #29250E Maire

📋 copy color: '#29250E'

red 41 ◦ green 37 ◦ blue 14

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

Shades of Maire #29250E

Tints of Maire #29250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 44.57%
G = 40.22%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#29250E (or 0x29250E) is known color: Maire. HEX triplet: 29, 25 and 0E. RGB value is (41,37,14). Sum of RGB (Red+Green+Blue) = 41+37+14=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #29250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29250E is #D6DAF1. Grayscale: #232323. Windows color (decimal): -14080754 or 927017. OLE color: 927017.

HSL color Cylindrical-coordinate representation of color #29250E: hue angle of 51.11º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29250E is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 14 -
CMYK 0 0.10 0.66 0.84
HSL 51.11º 0.49% 0.11% -
HSV(B) 51.11º 0.66% 0.16% -
XYZ 1.66 1.83 0.68 -
YUV 35.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 41 37 14 0 0.10 0.66 0.84 51.11 0.49 0.11
Hex 29 25 E 0 A 42 54 33 31 B
Octal 51 45 16 0 12 102 124 63 61 13
Binary 101001 100101 1110 0 1010 1000010 1010100 110011 110001 1011

Color Harmonies of #29250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29250E

Black with #29250E

Text Example


Text Example

White with #29250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29250E; }

 p { color: rgb(41,37,14); }

 H1.HeaderClassName
 {
   color: #29250E;
 }
 .AnyTagClassName
 {
   color: #29250E;
 }
</style>

background-color css

<style>
 a { background-color: #29250E; }

 a { background-color: rgb(41,37,14); }

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

border-color css

<style>
 span { border-color: #29250E; }

 span { border-color: rgb(41,37,14); }

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