Html Css Color HEX #80290D Burnt Umber

📋 copy color: '#80290D'

red 128 ◦ green 41 ◦ blue 13

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

Shades of Burnt Umber #80290D

Tints of Burnt Umber #80290D

RGB

 RED value IS 128 (50.39% from 255) = 70.33%

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 70.33%
G = 22.53%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80290D (or 0x80290D) is known color: Burnt Umber. HEX triplet: 80, 29 and 0D. RGB value is (128,41,13). Sum of RGB (Red+Green+Blue) = 128+41+13=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #80290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80290D is #7FD6F2. Grayscale: #404040. Windows color (decimal): -8378099 or 862592. OLE color: 862592.

HSL color Cylindrical-coordinate representation of color #80290D: hue angle of 14.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80290D is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 13 -
CMYK 0 0.68 0.90 0.50
HSL 14.61º 0.82% 0.28% -
HSV(B) 14.61º 0.9% 0.5% -
XYZ 9.77 6.2 1.06 -
YUV 63.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 128 41 13 0 0.68 0.90 0.50 14.61 0.82 0.28
Hex 80 29 D 0 44 5A 32 F 52 1C
Octal 200 51 15 0 104 132 62 17 122 34
Binary 10000000 101001 1101 0 1000100 1011010 110010 1111 1010010 11100

Color Harmonies of #80290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80290D

Black with #80290D

Text Example


Text Example

White with #80290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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