Html Css Color HEX #292513 Maire

📋 copy color: '#292513'

red 41 ◦ green 37 ◦ blue 19

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

Shades of Maire #292513

Tints of Maire #292513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 42.27%
G = 38.14%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#292513 (or 0x292513) is known color: Maire. HEX triplet: 29, 25 and 13. RGB value is (41,37,19). Sum of RGB (Red+Green+Blue) = 41+37+19=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #292513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292513 is #D6DAEC. Grayscale: #242424. Windows color (decimal): -14080749 or 1254697. OLE color: 1254697.

HSL color Cylindrical-coordinate representation of color #292513: hue angle of 49.09º 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 #292513 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 37 19 -
CMYK 0 0.10 0.54 0.84
HSL 49.09º 0.37% 0.12% -
HSV(B) 49.09º 0.54% 0.16% -
XYZ 1.69 1.84 0.88 -
YUV 36.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 41 37 19 0 0.10 0.54 0.84 49.09 0.37 0.12
Hex 29 25 13 0 A 36 54 31 25 C
Octal 51 45 23 0 12 66 124 61 45 14
Binary 101001 100101 10011 0 1010 110110 1010100 110001 100101 1100

Color Harmonies of #292513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292513

Black with #292513

Text Example


Text Example

White with #292513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292513; }

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

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

background-color css

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

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

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

border-color css

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

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

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