Html Css Color HEX #80291F Burnt Umber

📋 copy color: '#80291F'

red 128 ◦ green 41 ◦ blue 31

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

Shades of Burnt Umber #80291F

Tints of Burnt Umber #80291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 64%
G = 20.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80291F (or 0x80291F) is known color: Burnt Umber. HEX triplet: 80, 29 and 1F. RGB value is (128,41,31). Sum of RGB (Red+Green+Blue) = 128+41+31=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #80291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80291F is #7FD6E0. Grayscale: #424242. Windows color (decimal): -8378081 or 2042240. OLE color: 2042240.

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

Color convert

RGB 128 41 31 -
CMYK 0 0.68 0.76 0.50
HSL 6.19º 0.61% 0.31% -
HSV(B) 6.19º 0.76% 0.5% -
XYZ 9.94 6.27 1.98 -
YUV 65.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 128 41 31 0 0.68 0.76 0.50 6.19 0.61 0.31
Hex 80 29 1F 0 44 4C 32 6 3D 1F
Octal 200 51 37 0 104 114 62 6 75 37
Binary 10000000 101001 11111 0 1000100 1001100 110010 110 111101 11111

Color Harmonies of #80291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80291F

Black with #80291F

Text Example


Text Example

White with #80291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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