Html Css Color HEX #81331D Burnt Umber

📋 copy color: '#81331D'

red 129 ◦ green 51 ◦ blue 29

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

Shades of Burnt Umber #81331D

Tints of Burnt Umber #81331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.4%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 61.72%
G = 24.4%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81331D (or 0x81331D) is known color: Burnt Umber. HEX triplet: 81, 33 and 1D. RGB value is (129,51,29). Sum of RGB (Red+Green+Blue) = 129+51+29=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331D is #7ECCE2. Grayscale: #474747. Windows color (decimal): -8309987 or 1913729. OLE color: 1913729.

HSL color Cylindrical-coordinate representation of color #81331D: hue angle of 13.2º degrees, saturation: 0.63, 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 #81331D is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 29 -
CMYK 0 0.60 0.78 0.49
HSL 13.2º 0.63% 0.31% -
HSV(B) 13.2º 0.78% 0.51% -
XYZ 10.46 7.12 1.99 -
YUV 71.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 129 51 29 0 0.60 0.78 0.49 13.2 0.63 0.31
Hex 81 33 1D 0 3C 4E 31 D 3F 1F
Octal 201 63 35 0 74 116 61 15 77 37
Binary 10000001 110011 11101 0 111100 1001110 110001 1101 111111 11111

Color Harmonies of #81331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81331D

Black with #81331D

Text Example


Text Example

White with #81331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81331D; }

 p { color: rgb(129,51,29); }

 H1.HeaderClassName
 {
   color: #81331D;
 }
 .AnyTagClassName
 {
   color: #81331D;
 }
</style>

background-color css

<style>
 a { background-color: #81331D; }

 a { background-color: rgb(129,51,29); }

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

border-color css

<style>
 span { border-color: #81331D; }

 span { border-color: rgb(129,51,29); }

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