#81271D

Color #81271D Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #81271D

Tints of Burnt Umber #81271D

Color information

#81271D (or 0x81271D) is unknown color: approx Burnt Umber. HEX triplet: 81, 27 and 1D. RGB value is (129,39,29). Sum of RGB (Red+Green+Blue) = 129+39+29=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #81271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81271D is #7ED8E2. Grayscale: #404040. Windows color (decimal): -8313059 or 1910657. OLE color: 1910657.

HSL color Cylindrical-coordinate representation of color #81271D: hue angle of 6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81271D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1293929-
CMYK00.700.780.49
HSL63.29%30.98%-
HSV(B)77.52%50.59%-
XYZ106.211.83-
YUV64.77107.82173.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.48%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=65.48%
G=19.80%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129392900.700.780.49663.2930.98
Hex81271D0464E3163f1f
Octal201473501061166167737
Binary100000011001111110101000110100111011000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81271D;
 }
 .AnyTagClassName
 {
   color: #81271D;
 }
</style>
background-color css

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

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

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

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

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

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