Html Css Color HEX #810733 Burgundy

📋 copy color: '#810733'

red 129 ◦ green 7 ◦ blue 51

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

Shades of Burgundy #810733

Tints of Burgundy #810733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 68.98%
G = 3.74%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810733 (or 0x810733) is known color: Burgundy. HEX triplet: 81, 07 and 33. RGB value is (129,7,51). Sum of RGB (Red+Green+Blue) = 129+7+51=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810733 is #7EF8CC. Grayscale: #303030. Windows color (decimal): -8321229 or 3344257. OLE color: 3344257.

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

Color convert

RGB 129 7 51 -
CMYK 0 0.95 0.60 0.49
HSL 338.36º 0.9% 0.27% -
HSV(B) 338.36º 0.95% 0.51% -
XYZ 9.73 5.06 3.6 -
YUV 48.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 129 7 51 0 0.95 0.60 0.49 338.36 0.9 0.27
Hex 81 7 33 0 5F 3C 31 152 5A 1B
Octal 201 7 63 0 137 74 61 522 132 33
Binary 10000001 111 110011 0 1011111 111100 110001 101010010 1011010 11011

Color Harmonies of #810733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810733

Black with #810733

Text Example


Text Example

White with #810733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810733; }

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

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

background-color css

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

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

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

border-color css

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

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

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