Html Css Color HEX #81291E Burnt Umber

📋 copy color: '#81291E'

red 129 ◦ green 41 ◦ blue 30

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

Shades of Burnt Umber #81291E

Tints of Burnt Umber #81291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15%

R = 64.5%
G = 20.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81291E (or 0x81291E) is known color: Burnt Umber. HEX triplet: 81, 29 and 1E. RGB value is (129,41,30). Sum of RGB (Red+Green+Blue) = 129+41+30=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #81291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81291E is #7ED6E1. Grayscale: #424242. Windows color (decimal): -8312546 or 1976705. OLE color: 1976705.

HSL color Cylindrical-coordinate representation of color #81291E: hue angle of 6.67º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81291E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 30 -
CMYK 0 0.68 0.77 0.49
HSL 6.67º 0.62% 0.31% -
HSV(B) 6.67º 0.77% 0.51% -
XYZ 10.08 6.35 1.92 -
YUV 66.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 129 41 30 0 0.68 0.77 0.49 6.67 0.62 0.31
Hex 81 29 1E 0 44 4D 31 7 3E 1F
Octal 201 51 36 0 104 115 61 7 76 37
Binary 10000001 101001 11110 0 1000100 1001101 110001 111 111110 11111

Color Harmonies of #81291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81291E

Black with #81291E

Text Example


Text Example

White with #81291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81291E; }

 p { color: rgb(129,41,30); }

 H1.HeaderClassName
 {
   color: #81291E;
 }
 .AnyTagClassName
 {
   color: #81291E;
 }
</style>

background-color css

<style>
 a { background-color: #81291E; }

 a { background-color: rgb(129,41,30); }

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

border-color css

<style>
 span { border-color: #81291E; }

 span { border-color: rgb(129,41,30); }

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