Html Css Color HEX #81311A Burnt Umber

📋 copy color: '#81311A'

red 129 ◦ green 49 ◦ blue 26

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

Shades of Burnt Umber #81311A

Tints of Burnt Umber #81311A

RGB

 RED value IS 129 (50.78% from 255) = 63.24%

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 63.24%
G = 24.02%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81311A (or 0x81311A) is known color: Burnt Umber. HEX triplet: 81, 31 and 1A. RGB value is (129,49,26). Sum of RGB (Red+Green+Blue) = 129+49+26=204 (27% of max value = 765). Red value is 129 (50.78% from 255 or 63.24% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 129 - color contains mainly: red. Hex color #81311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81311A is #7ECEE5. Grayscale: #464646. Windows color (decimal): -8310502 or 1716609. OLE color: 1716609.

HSL color Cylindrical-coordinate representation of color #81311A: hue angle of 13.4º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81311A is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 49 26 -
CMYK 0 0.62 0.80 0.49
HSL 13.4º 0.66% 0.3% -
HSV(B) 13.4º 0.8% 0.51% -
XYZ 10.34 6.94 1.77 -
YUV 70.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 129 49 26 0 0.62 0.80 0.49 13.4 0.66 0.3
Hex 81 31 1A 0 3E 50 31 D 42 1E
Octal 201 61 32 0 76 120 61 15 102 36
Binary 10000001 110001 11010 0 111110 1010000 110001 1101 1000010 11110

Color Harmonies of #81311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81311A

Black with #81311A

Text Example


Text Example

White with #81311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81311A; }

 p { color: rgb(129,49,26); }

 H1.HeaderClassName
 {
   color: #81311A;
 }
 .AnyTagClassName
 {
   color: #81311A;
 }
</style>

background-color css

<style>
 a { background-color: #81311A; }

 a { background-color: rgb(129,49,26); }

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

border-color css

<style>
 span { border-color: #81311A; }

 span { border-color: rgb(129,49,26); }

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