Html Css Color HEX #80291E Burnt Umber

📋 copy color: '#80291E'

red 128 ◦ green 41 ◦ blue 30

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

Shades of Burnt Umber #80291E

Tints of Burnt Umber #80291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.08%

R = 64.32%
G = 20.6%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80291E (or 0x80291E) is known color: Burnt Umber. HEX triplet: 80, 29 and 1E. RGB value is (128,41,30). Sum of RGB (Red+Green+Blue) = 128+41+30=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80291E is #7FD6E1. Grayscale: #414141. Windows color (decimal): -8378082 or 1976704. OLE color: 1976704.

HSL color Cylindrical-coordinate representation of color #80291E: hue angle of 6.73º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80291E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 30 -
CMYK 0 0.68 0.77 0.50
HSL 6.73º 0.62% 0.31% -
HSV(B) 6.73º 0.77% 0.5% -
XYZ 9.93 6.27 1.91 -
YUV 65.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 128 41 30 0 0.68 0.77 0.50 6.73 0.62 0.31
Hex 80 29 1E 0 44 4D 32 7 3E 1F
Octal 200 51 36 0 104 115 62 7 76 37
Binary 10000000 101001 11110 0 1000100 1001101 110010 111 111110 11111

Color Harmonies of #80291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80291E

Black with #80291E

Text Example


Text Example

White with #80291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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