Html Css Color HEX #80281F Burnt Umber

📋 copy color: '#80281F'

red 128 ◦ green 40 ◦ blue 31

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

Shades of Burnt Umber #80281F

Tints of Burnt Umber #80281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

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

R = 64.32%
G = 20.1%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80281F (or 0x80281F) is known color: Burnt Umber. HEX triplet: 80, 28 and 1F. RGB value is (128,40,31). Sum of RGB (Red+Green+Blue) = 128+40+31=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #80281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80281F is #7FD7E0. Grayscale: #414141. Windows color (decimal): -8378337 or 2041984. OLE color: 2041984.

HSL color Cylindrical-coordinate representation of color #80281F: hue angle of 5.57º 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 #80281F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 31 -
CMYK 0 0.69 0.76 0.50
HSL 5.57º 0.61% 0.31% -
HSV(B) 5.57º 0.76% 0.5% -
XYZ 9.91 6.21 1.97 -
YUV 65.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 128 40 31 0 0.69 0.76 0.50 5.57 0.61 0.31
Hex 80 28 1F 0 45 4C 32 6 3D 1F
Octal 200 50 37 0 105 114 62 6 75 37
Binary 10000000 101000 11111 0 1000101 1001100 110010 110 111101 11111

Color Harmonies of #80281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80281F

Black with #80281F

Text Example


Text Example

White with #80281F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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