Html Css Color HEX #811130 Burgundy

📋 copy color: '#811130'

red 129 ◦ green 17 ◦ blue 48

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

Shades of Burgundy #811130

Tints of Burgundy #811130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

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

R = 66.49%
G = 8.76%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#811130 (or 0x811130) is known color: Burgundy. HEX triplet: 81, 11 and 30. RGB value is (129,17,48). Sum of RGB (Red+Green+Blue) = 129+17+48=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #811130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811130 is #7EEECF. Grayscale: #363636. Windows color (decimal): -8318672 or 3150209. OLE color: 3150209.

HSL color Cylindrical-coordinate representation of color #811130: hue angle of 343.39º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811130 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 48 -
CMYK 0 0.87 0.63 0.49
HSL 343.39º 0.77% 0.29% -
HSV(B) 343.39º 0.87% 0.51% -
XYZ 9.79 5.28 3.3 -
YUV 54.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 129 17 48 0 0.87 0.63 0.49 343.39 0.77 0.29
Hex 81 11 30 0 57 3F 31 157 4D 1D
Octal 201 21 60 0 127 77 61 527 115 35
Binary 10000001 10001 110000 0 1010111 111111 110001 101010111 1001101 11101

Color Harmonies of #811130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811130

Black with #811130

Text Example


Text Example

White with #811130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811130; }

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

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

background-color css

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

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

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

border-color css

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

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

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