Html Css Color HEX #80291C Burnt Umber

📋 copy color: '#80291C'

red 128 ◦ green 41 ◦ blue 28

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

Shades of Burnt Umber #80291C

Tints of Burnt Umber #80291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 64.97%
G = 20.81%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80291C (or 0x80291C) is known color: Burnt Umber. HEX triplet: 80, 29 and 1C. RGB value is (128,41,28). Sum of RGB (Red+Green+Blue) = 128+41+28=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80291C is #7FD6E3. Grayscale: #414141. Windows color (decimal): -8378084 or 1845632. OLE color: 1845632.

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

Color convert

RGB 128 41 28 -
CMYK 0 0.68 0.78 0.50
HSL 7.8º 0.64% 0.31% -
HSV(B) 7.8º 0.78% 0.5% -
XYZ 9.9 6.26 1.78 -
YUV 65.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 128 41 28 0 0.68 0.78 0.50 7.8 0.64 0.31
Hex 80 29 1C 0 44 4E 32 8 40 1F
Octal 200 51 34 0 104 116 62 10 100 37
Binary 10000000 101001 11100 0 1000100 1001110 110010 1000 1000000 11111

Color Harmonies of #80291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80291C

Black with #80291C

Text Example


Text Example

White with #80291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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