Html Css Color HEX #80281C Burnt Umber

📋 copy color: '#80281C'

red 128 ◦ green 40 ◦ blue 28

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

Shades of Burnt Umber #80281C

Tints of Burnt Umber #80281C

RGB

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

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

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

R = 65.31%
G = 20.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80281C (or 0x80281C) is known color: Burnt Umber. HEX triplet: 80, 28 and 1C. RGB value is (128,40,28). Sum of RGB (Red+Green+Blue) = 128+40+28=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80281C is #7FD7E3. Grayscale: #414141. Windows color (decimal): -8378340 or 1845376. OLE color: 1845376.

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

Color convert

RGB 128 40 28 -
CMYK 0 0.69 0.78 0.50
HSL 7.2º 0.64% 0.31% -
HSV(B) 7.2º 0.78% 0.5% -
XYZ 9.87 6.19 1.77 -
YUV 64.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 128 40 28 0 0.69 0.78 0.50 7.2 0.64 0.31
Hex 80 28 1C 0 45 4E 32 7 40 1F
Octal 200 50 34 0 105 116 62 7 100 37
Binary 10000000 101000 11100 0 1000101 1001110 110010 111 1000000 11111

Color Harmonies of #80281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80281C

Black with #80281C

Text Example


Text Example

White with #80281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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