Html Css Color HEX #810319 Burgundy

📋 copy color: '#810319'

red 129 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #810319

Tints of Burgundy #810319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 82.17%
G = 1.91%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810319 (or 0x810319) is known color: Burgundy. HEX triplet: 81, 03 and 19. RGB value is (129,3,25). Sum of RGB (Red+Green+Blue) = 129+3+25=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #810319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810319 is #7EFCE6. Grayscale: #2B2B2B. Windows color (decimal): -8322279 or 1639297. OLE color: 1639297.

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

Color convert

RGB 129 3 25 -
CMYK 0 0.98 0.81 0.49
HSL 349.52º 0.95% 0.26% -
HSV(B) 349.52º 0.98% 0.51% -
XYZ 9.26 4.8 1.36 -
YUV 43.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 129 3 25 0 0.98 0.81 0.49 349.52 0.95 0.26
Hex 81 3 19 0 62 51 31 15E 5F 1A
Octal 201 3 31 0 142 121 61 536 137 32
Binary 10000001 11 11001 0 1100010 1010001 110001 101011110 1011111 11010

Color Harmonies of #810319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810319

Black with #810319

Text Example


Text Example

White with #810319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810319; }

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

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

background-color css

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

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

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

border-color css

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

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

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