Html Css Color HEX #811033 Burgundy

📋 copy color: '#811033'

red 129 ◦ green 16 ◦ blue 51

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

Shades of Burgundy #811033

Tints of Burgundy #811033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 65.82%
G = 8.16%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#811033 (or 0x811033) is known color: Burgundy. HEX triplet: 81, 10 and 33. RGB value is (129,16,51). Sum of RGB (Red+Green+Blue) = 129+16+51=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #811033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811033 is #7EEFCC. Grayscale: #353535. Windows color (decimal): -8318925 or 3346561. OLE color: 3346561.

HSL color Cylindrical-coordinate representation of color #811033: hue angle of 341.42º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811033 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 51 -
CMYK 0 0.88 0.60 0.49
HSL 341.42º 0.78% 0.28% -
HSV(B) 341.42º 0.88% 0.51% -
XYZ 9.84 5.28 3.63 -
YUV 53.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 129 16 51 0 0.88 0.60 0.49 341.42 0.78 0.28
Hex 81 10 33 0 58 3C 31 155 4E 1C
Octal 201 20 63 0 130 74 61 525 116 34
Binary 10000001 10000 110011 0 1011000 111100 110001 101010101 1001110 11100

Color Harmonies of #811033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811033

Black with #811033

Text Example


Text Example

White with #811033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811033; }

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

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

background-color css

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

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

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

border-color css

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

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

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