Html Css Color HEX #80271D Burnt Umber

📋 copy color: '#80271D'

red 128 ◦ green 39 ◦ blue 29

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

Shades of Burnt Umber #80271D

Tints of Burnt Umber #80271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

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

R = 65.31%
G = 19.9%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80271D (or 0x80271D) is known color: Burnt Umber. HEX triplet: 80, 27 and 1D. RGB value is (128,39,29). Sum of RGB (Red+Green+Blue) = 128+39+29=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #80271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80271D is #7FD8E2. Grayscale: #404040. Windows color (decimal): -8378595 or 1910656. OLE color: 1910656.

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

Color convert

RGB 128 39 29 -
CMYK 0 0.70 0.77 0.50
HSL 6.06º 0.63% 0.31% -
HSV(B) 6.06º 0.77% 0.5% -
XYZ 9.85 6.13 1.83 -
YUV 64.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 128 39 29 0 0.70 0.77 0.50 6.06 0.63 0.31
Hex 80 27 1D 0 46 4D 32 6 3F 1F
Octal 200 47 35 0 106 115 62 6 77 37
Binary 10000000 100111 11101 0 1000110 1001101 110010 110 111111 11111

Color Harmonies of #80271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80271D

Black with #80271D

Text Example


Text Example

White with #80271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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