Html Css Color HEX #80290B Burnt Umber

📋 copy color: '#80290B'

red 128 ◦ green 41 ◦ blue 11

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

Shades of Burnt Umber #80290B

Tints of Burnt Umber #80290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 71.11%
G = 22.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80290B (or 0x80290B) is known color: Burnt Umber. HEX triplet: 80, 29 and 0B. RGB value is (128,41,11). Sum of RGB (Red+Green+Blue) = 128+41+11=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80290B is #7FD6F4. Grayscale: #3F3F3F. Windows color (decimal): -8378101 or 731520. OLE color: 731520.

HSL color Cylindrical-coordinate representation of color #80290B: hue angle of 15.38º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80290B is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 11 -
CMYK 0 0.68 0.91 0.50
HSL 15.38º 0.84% 0.27% -
HSV(B) 15.38º 0.91% 0.5% -
XYZ 9.76 6.2 1 -
YUV 63.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 128 41 11 0 0.68 0.91 0.50 15.38 0.84 0.27
Hex 80 29 B 0 44 5B 32 F 54 1B
Octal 200 51 13 0 104 133 62 17 124 33
Binary 10000000 101001 1011 0 1000100 1011011 110010 1111 1010100 11011

Color Harmonies of #80290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80290B

Black with #80290B

Text Example


Text Example

White with #80290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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