Html Css Color HEX #810333 Burgundy

📋 copy color: '#810333'

red 129 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #810333

Tints of Burgundy #810333

RGB

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

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

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

R = 70.49%
G = 1.64%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810333 (or 0x810333) is known color: Burgundy. HEX triplet: 81, 03 and 33. RGB value is (129,3,51). Sum of RGB (Red+Green+Blue) = 129+3+51=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #810333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810333 is #7EFCCC. Grayscale: #2E2E2E. Windows color (decimal): -8322253 or 3343233. OLE color: 3343233.

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

Color convert

RGB 129 3 51 -
CMYK 0 0.98 0.60 0.49
HSL 337.14º 0.95% 0.26% -
HSV(B) 337.14º 0.98% 0.51% -
XYZ 9.68 4.97 3.58 -
YUV 46.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 129 3 51 0 0.98 0.60 0.49 337.14 0.95 0.26
Hex 81 3 33 0 62 3C 31 151 5F 1A
Octal 201 3 63 0 142 74 61 521 137 32
Binary 10000001 11 110011 0 1100010 111100 110001 101010001 1011111 11010

Color Harmonies of #810333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810333

Black with #810333

Text Example


Text Example

White with #810333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810333; }

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

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

background-color css

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

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

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

border-color css

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

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

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