Html Css Color HEX #80281D Burnt Umber

📋 copy color: '#80281D'

red 128 ◦ green 40 ◦ blue 29

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

Shades of Burnt Umber #80281D

Tints of Burnt Umber #80281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 64.97%
G = 20.3%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80281D (or 0x80281D) is known color: Burnt Umber. HEX triplet: 80, 28 and 1D. RGB value is (128,40,29). Sum of RGB (Red+Green+Blue) = 128+40+29=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80281D is #7FD7E2. Grayscale: #414141. Windows color (decimal): -8378339 or 1910912. OLE color: 1910912.

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

Color convert

RGB 128 40 29 -
CMYK 0 0.69 0.77 0.50
HSL 6.67º 0.63% 0.31% -
HSV(B) 6.67º 0.77% 0.5% -
XYZ 9.88 6.2 1.84 -
YUV 65.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 128 40 29 0 0.69 0.77 0.50 6.67 0.63 0.31
Hex 80 28 1D 0 45 4D 32 7 3F 1F
Octal 200 50 35 0 105 115 62 7 77 37
Binary 10000000 101000 11101 0 1000101 1001101 110010 111 111111 11111

Color Harmonies of #80281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80281D

Black with #80281D

Text Example


Text Example

White with #80281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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