Html Css Color HEX #810724 Burgundy

📋 copy color: '#810724'

red 129 ◦ green 7 ◦ blue 36

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

Shades of Burgundy #810724

Tints of Burgundy #810724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 75%
G = 4.07%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#810724 (or 0x810724) is known color: Burgundy. HEX triplet: 81, 07 and 24. RGB value is (129,7,36). Sum of RGB (Red+Green+Blue) = 129+7+36=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #810724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810724 is #7EF8DB. Grayscale: #2E2E2E. Windows color (decimal): -8321244 or 2361217. OLE color: 2361217.

HSL color Cylindrical-coordinate representation of color #810724: hue angle of 345.74º 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 #810724 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 7 36 -
CMYK 0 0.95 0.72 0.49
HSL 345.74º 0.9% 0.27% -
HSV(B) 345.74º 0.95% 0.51% -
XYZ 9.45 4.95 2.13 -
YUV 46.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 129 7 36 0 0.95 0.72 0.49 345.74 0.9 0.27
Hex 81 7 24 0 5F 48 31 15A 5A 1B
Octal 201 7 44 0 137 110 61 532 132 33
Binary 10000001 111 100100 0 1011111 1001000 110001 101011010 1011010 11011

Color Harmonies of #810724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810724

Black with #810724

Text Example


Text Example

White with #810724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810724; }

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

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

background-color css

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

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

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

border-color css

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

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

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