Html Css Color HEX #81321C Burnt Umber

📋 copy color: '#81321C'

red 129 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #81321C

Tints of Burnt Umber #81321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 62.32%
G = 24.15%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81321C (or 0x81321C) is known color: Burnt Umber. HEX triplet: 81, 32 and 1C. RGB value is (129,50,28). Sum of RGB (Red+Green+Blue) = 129+50+28=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81321C is #7ECDE3. Grayscale: #474747. Windows color (decimal): -8310244 or 1847937. OLE color: 1847937.

HSL color Cylindrical-coordinate representation of color #81321C: hue angle of 13.07º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81321C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 28 -
CMYK 0 0.61 0.78 0.49
HSL 13.07º 0.64% 0.31% -
HSV(B) 13.07º 0.78% 0.51% -
XYZ 10.4 7.03 1.91 -
YUV 71.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 129 50 28 0 0.61 0.78 0.49 13.07 0.64 0.31
Hex 81 32 1C 0 3D 4E 31 D 40 1F
Octal 201 62 34 0 75 116 61 15 100 37
Binary 10000001 110010 11100 0 111101 1001110 110001 1101 1000000 11111

Color Harmonies of #81321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81321C

Black with #81321C

Text Example


Text Example

White with #81321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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