Html Css Color HEX #29250D Maire

📋 copy color: '#29250D'

red 41 ◦ green 37 ◦ blue 13

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

Shades of Maire #29250D

Tints of Maire #29250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.29%

R = 45.05%
G = 40.66%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#29250D (or 0x29250D) is known color: Maire. HEX triplet: 29, 25 and 0D. RGB value is (41,37,13). Sum of RGB (Red+Green+Blue) = 41+37+13=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #29250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #29250D is #D6DAF2. Grayscale: #232323. Windows color (decimal): -14080755 or 861481. OLE color: 861481.

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

Color convert

RGB 41 37 13 -
CMYK 0 0.10 0.68 0.84
HSL 51.43º 0.52% 0.11% -
HSV(B) 51.43º 0.68% 0.16% -
XYZ 1.65 1.82 0.65 -
YUV 35.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 41 37 13 0 0.10 0.68 0.84 51.43 0.52 0.11
Hex 29 25 D 0 A 44 54 33 34 B
Octal 51 45 15 0 12 104 124 63 64 13
Binary 101001 100101 1101 0 1010 1000100 1010100 110011 110100 1011

Color Harmonies of #29250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29250D

Black with #29250D

Text Example


Text Example

White with #29250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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