Html Css Color HEX #81091A Burgundy

📋 copy color: '#81091A'

red 129 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #81091A

Tints of Burgundy #81091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 78.66%
G = 5.49%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81091A (or 0x81091A) is known color: Burgundy. HEX triplet: 81, 09 and 1A. RGB value is (129,9,26). Sum of RGB (Red+Green+Blue) = 129+9+26=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091A is #7EF6E5. Grayscale: #2E2E2E. Windows color (decimal): -8320742 or 1706369. OLE color: 1706369.

HSL color Cylindrical-coordinate representation of color #81091A: hue angle of 351.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81091A is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 26 -
CMYK 0 0.93 0.80 0.49
HSL 351.5º 0.87% 0.27% -
HSV(B) 351.5º 0.93% 0.51% -
XYZ 9.34 4.94 1.44 -
YUV 46.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 129 9 26 0 0.93 0.80 0.49 351.5 0.87 0.27
Hex 81 9 1A 0 5D 50 31 160 57 1B
Octal 201 11 32 0 135 120 61 540 127 33
Binary 10000001 1001 11010 0 1011101 1010000 110001 101100000 1010111 11011

Color Harmonies of #81091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81091A

Black with #81091A

Text Example


Text Example

White with #81091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81091A; }

 p { color: rgb(129,9,26); }

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

background-color css

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

 a { background-color: rgb(129,9,26); }

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

border-color css

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

 span { border-color: rgb(129,9,26); }

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