Html Css Color HEX #810719 Burgundy

📋 copy color: '#810719'

red 129 ◦ green 7 ◦ blue 25

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

Shades of Burgundy #810719

Tints of Burgundy #810719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 80.12%
G = 4.35%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810719 (or 0x810719) is known color: Burgundy. HEX triplet: 81, 07 and 19. RGB value is (129,7,25). Sum of RGB (Red+Green+Blue) = 129+7+25=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #810719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810719 is #7EF8E6. Grayscale: #2D2D2D. Windows color (decimal): -8321255 or 1640321. OLE color: 1640321.

HSL color Cylindrical-coordinate representation of color #810719: hue angle of 351.15º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810719 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 25 -
CMYK 0 0.95 0.81 0.49
HSL 351.15º 0.9% 0.27% -
HSV(B) 351.15º 0.95% 0.51% -
XYZ 9.3 4.89 1.37 -
YUV 45.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 129 7 25 0 0.95 0.81 0.49 351.15 0.9 0.27
Hex 81 7 19 0 5F 51 31 15F 5A 1B
Octal 201 7 31 0 137 121 61 537 132 33
Binary 10000001 111 11001 0 1011111 1010001 110001 101011111 1011010 11011

Color Harmonies of #810719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810719

Black with #810719

Text Example


Text Example

White with #810719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810719; }

 p { color: rgb(129,7,25); }

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

background-color css

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

 a { background-color: rgb(129,7,25); }

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

border-color css

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

 span { border-color: rgb(129,7,25); }

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