Html Css Color HEX #81271A Burnt Umber

📋 copy color: '#81271A'

red 129 ◦ green 39 ◦ blue 26

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

Shades of Burnt Umber #81271A

Tints of Burnt Umber #81271A

RGB

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

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

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

R = 66.49%
G = 20.1%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81271A (or 0x81271A) is known color: Burnt Umber. HEX triplet: 81, 27 and 1A. RGB value is (129,39,26). Sum of RGB (Red+Green+Blue) = 129+39+26=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #81271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81271A is #7ED8E5. Grayscale: #404040. Windows color (decimal): -8313062 or 1714049. OLE color: 1714049.

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

Color convert

RGB 129 39 26 -
CMYK 0 0.70 0.80 0.49
HSL 7.57º 0.66% 0.3% -
HSV(B) 7.57º 0.8% 0.51% -
XYZ 9.97 6.19 1.65 -
YUV 64.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 129 39 26 0 0.70 0.80 0.49 7.57 0.66 0.3
Hex 81 27 1A 0 46 50 31 8 42 1E
Octal 201 47 32 0 106 120 61 10 102 36
Binary 10000001 100111 11010 0 1000110 1010000 110001 1000 1000010 11110

Color Harmonies of #81271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81271A

Black with #81271A

Text Example


Text Example

White with #81271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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