Html Css Color HEX #810B29 Burgundy

📋 copy color: '#810B29'

red 129 ◦ green 11 ◦ blue 41

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

Shades of Burgundy #810B29

Tints of Burgundy #810B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.65%

R = 71.27%
G = 6.08%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#810B29 (or 0x810B29) is known color: Burgundy. HEX triplet: 81, 0B and 29. RGB value is (129,11,41). Sum of RGB (Red+Green+Blue) = 129+11+41=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810B29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B29 is #7EF4D6. Grayscale: #313131. Windows color (decimal): -8320215 or 2689921. OLE color: 2689921.

HSL color Cylindrical-coordinate representation of color #810B29: hue angle of 344.75º 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 #810B29 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 11 41 -
CMYK 0 0.91 0.68 0.49
HSL 344.75º 0.84% 0.27% -
HSV(B) 344.75º 0.91% 0.51% -
XYZ 9.57 5.07 2.57 -
YUV 49.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 129 11 41 0 0.91 0.68 0.49 344.75 0.84 0.27
Hex 81 B 29 0 5B 44 31 159 54 1B
Octal 201 13 51 0 133 104 61 531 124 33
Binary 10000001 1011 101001 0 1011011 1000100 110001 101011001 1010100 11011

Color Harmonies of #810B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810B29

Black with #810B29

Text Example


Text Example

White with #810B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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