Html Css Color HEX #81321E Burnt Umber

📋 copy color: '#81321E'

red 129 ◦ green 50 ◦ blue 30

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

Shades of Burnt Umber #81321E

Tints of Burnt Umber #81321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 61.72%
G = 23.92%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81321E (or 0x81321E) is known color: Burnt Umber. HEX triplet: 81, 32 and 1E. RGB value is (129,50,30). Sum of RGB (Red+Green+Blue) = 129+50+30=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81321E is #7ECDE1. Grayscale: #474747. Windows color (decimal): -8310242 or 1979009. OLE color: 1979009.

HSL color Cylindrical-coordinate representation of color #81321E: hue angle of 12.12º 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 #81321E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 30 -
CMYK 0 0.61 0.77 0.49
HSL 12.12º 0.62% 0.31% -
HSV(B) 12.12º 0.77% 0.51% -
XYZ 10.43 7.04 2.04 -
YUV 71.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 129 50 30 0 0.61 0.77 0.49 12.12 0.62 0.31
Hex 81 32 1E 0 3D 4D 31 C 3E 1F
Octal 201 62 36 0 75 115 61 14 76 37
Binary 10000001 110010 11110 0 111101 1001101 110001 1100 111110 11111

Color Harmonies of #81321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81321E

Black with #81321E

Text Example


Text Example

White with #81321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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