Html Css Color HEX #811030 Burgundy

📋 copy color: '#811030'

red 129 ◦ green 16 ◦ blue 48

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

Shades of Burgundy #811030

Tints of Burgundy #811030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 66.84%
G = 8.29%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#811030 (or 0x811030) is known color: Burgundy. HEX triplet: 81, 10 and 30. RGB value is (129,16,48). Sum of RGB (Red+Green+Blue) = 129+16+48=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #811030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811030 is #7EEFCF. Grayscale: #353535. Windows color (decimal): -8318928 or 3149953. OLE color: 3149953.

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

Color convert

RGB 129 16 48 -
CMYK 0 0.88 0.63 0.49
HSL 343.01º 0.78% 0.28% -
HSV(B) 343.01º 0.88% 0.51% -
XYZ 9.77 5.25 3.29 -
YUV 53.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 129 16 48 0 0.88 0.63 0.49 343.01 0.78 0.28
Hex 81 10 30 0 58 3F 31 157 4E 1C
Octal 201 20 60 0 130 77 61 527 116 34
Binary 10000001 10000 110000 0 1011000 111111 110001 101010111 1001110 11100

Color Harmonies of #811030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811030

Black with #811030

Text Example


Text Example

White with #811030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811030; }

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

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

background-color css

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

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

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

border-color css

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

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

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