Html Css Color HEX #81291A Burnt Umber

📋 copy color: '#81291A'

red 129 ◦ green 41 ◦ blue 26

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

Shades of Burnt Umber #81291A

Tints of Burnt Umber #81291A

RGB

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

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

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

R = 65.82%
G = 20.92%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81291A (or 0x81291A) is known color: Burnt Umber. HEX triplet: 81, 29 and 1A. RGB value is (129,41,26). Sum of RGB (Red+Green+Blue) = 129+41+26=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81291A is #7ED6E5. Grayscale: #414141. Windows color (decimal): -8312550 or 1714561. OLE color: 1714561.

HSL color Cylindrical-coordinate representation of color #81291A: hue angle of 8.74º 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 #81291A is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 26 -
CMYK 0 0.68 0.80 0.49
HSL 8.74º 0.66% 0.3% -
HSV(B) 8.74º 0.8% 0.51% -
XYZ 10.03 6.33 1.67 -
YUV 65.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 129 41 26 0 0.68 0.80 0.49 8.74 0.66 0.3
Hex 81 29 1A 0 44 50 31 9 42 1E
Octal 201 51 32 0 104 120 61 11 102 36
Binary 10000001 101001 11010 0 1000100 1010000 110001 1001 1000010 11110

Color Harmonies of #81291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81291A

Black with #81291A

Text Example


Text Example

White with #81291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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