Html Css Color HEX #810137 Burgundy

📋 copy color: '#810137'

red 129 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #810137

Tints of Burgundy #810137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 69.73%
G = 0.54%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#810137 (or 0x810137) is known color: Burgundy. HEX triplet: 81, 01 and 37. RGB value is (129,1,55). Sum of RGB (Red+Green+Blue) = 129+1+55=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810137 is #7EFEC8. Grayscale: #2D2D2D. Windows color (decimal): -8322761 or 3604865. OLE color: 3604865.

HSL color Cylindrical-coordinate representation of color #810137: hue angle of 334.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810137 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 55 -
CMYK 0 0.99 0.57 0.49
HSL 334.69º 0.98% 0.25% -
HSV(B) 334.69º 0.99% 0.51% -
XYZ 9.75 4.96 4.06 -
YUV 45.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 129 1 55 0 0.99 0.57 0.49 334.69 0.98 0.25
Hex 81 1 37 0 63 39 31 14F 62 19
Octal 201 1 67 0 143 71 61 517 142 31
Binary 10000001 1 110111 0 1100011 111001 110001 101001111 1100010 11001

Color Harmonies of #810137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810137

Black with #810137

Text Example


Text Example

White with #810137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810137; }

 p { color: rgb(129,1,55); }

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

background-color css

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

 a { background-color: rgb(129,1,55); }

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

border-color css

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

 span { border-color: rgb(129,1,55); }

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