Html Css Color HEX #81331B Burnt Umber

📋 copy color: '#81331B'

red 129 ◦ green 51 ◦ blue 27

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

Shades of Burnt Umber #81331B

Tints of Burnt Umber #81331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.04%

R = 62.32%
G = 24.64%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81331B (or 0x81331B) is known color: Burnt Umber. HEX triplet: 81, 33 and 1B. RGB value is (129,51,27). Sum of RGB (Red+Green+Blue) = 129+51+27=207 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.32% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 129 - color contains mainly: red. Hex color #81331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81331B is #7ECCE4. Grayscale: #474747. Windows color (decimal): -8309989 or 1782657. OLE color: 1782657.

HSL color Cylindrical-coordinate representation of color #81331B: hue angle of 14.12º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81331B is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 27 -
CMYK 0 0.60 0.79 0.49
HSL 14.12º 0.65% 0.31% -
HSV(B) 14.12º 0.79% 0.51% -
XYZ 10.43 7.11 1.86 -
YUV 71.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 129 51 27 0 0.60 0.79 0.49 14.12 0.65 0.31
Hex 81 33 1B 0 3C 4F 31 E 41 1F
Octal 201 63 33 0 74 117 61 16 101 37
Binary 10000001 110011 11011 0 111100 1001111 110001 1110 1000001 11111

Color Harmonies of #81331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81331B

Black with #81331B

Text Example


Text Example

White with #81331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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