Html Css Color HEX #810B20 Burgundy

📋 copy color: '#810B20'

red 129 ◦ green 11 ◦ blue 32

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

Shades of Burgundy #810B20

Tints of Burgundy #810B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.4%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 75%
G = 6.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#810B20 (or 0x810B20) is known color: Burgundy. HEX triplet: 81, 0B and 20. RGB value is (129,11,32). Sum of RGB (Red+Green+Blue) = 129+11+32=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #810B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B20 is #7EF4DF. Grayscale: #303030. Windows color (decimal): -8320224 or 2100097. OLE color: 2100097.

HSL color Cylindrical-coordinate representation of color #810B20: hue angle of 349.32º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B20 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 32 -
CMYK 0 0.91 0.75 0.49
HSL 349.32º 0.84% 0.27% -
HSV(B) 349.32º 0.91% 0.51% -
XYZ 9.43 5.01 1.84 -
YUV 48.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 129 11 32 0 0.91 0.75 0.49 349.32 0.84 0.27
Hex 81 B 20 0 5B 4B 31 15D 54 1B
Octal 201 13 40 0 133 113 61 535 124 33
Binary 10000001 1011 100000 0 1011011 1001011 110001 101011101 1010100 11011

Color Harmonies of #810B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B20

Black with #810B20

Text Example


Text Example

White with #810B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810B20; }

 p { color: rgb(129,11,32); }

 H1.HeaderClassName
 {
   color: #810B20;
 }
 .AnyTagClassName
 {
   color: #810B20;
 }
</style>

background-color css

<style>
 a { background-color: #810B20; }

 a { background-color: rgb(129,11,32); }

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

border-color css

<style>
 span { border-color: #810B20; }

 span { border-color: rgb(129,11,32); }

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