Html Css Color HEX #81091E Burgundy

📋 copy color: '#81091E'

red 129 ◦ green 9 ◦ blue 30

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

Shades of Burgundy #81091E

Tints of Burgundy #81091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 76.79%
G = 5.36%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#81091E (or 0x81091E) is known color: Burgundy. HEX triplet: 81, 09 and 1E. RGB value is (129,9,30). Sum of RGB (Red+Green+Blue) = 129+9+30=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #81091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091E is #7EF6E1. Grayscale: #2F2F2F. Windows color (decimal): -8320738 or 1968513. OLE color: 1968513.

HSL color Cylindrical-coordinate representation of color #81091E: hue angle of 349.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 #81091E is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 30 -
CMYK 0 0.93 0.77 0.49
HSL 349.5º 0.87% 0.27% -
HSV(B) 349.5º 0.93% 0.51% -
XYZ 9.39 4.96 1.69 -
YUV 47.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 129 9 30 0 0.93 0.77 0.49 349.5 0.87 0.27
Hex 81 9 1E 0 5D 4D 31 15E 57 1B
Octal 201 11 36 0 135 115 61 536 127 33
Binary 10000001 1001 11110 0 1011101 1001101 110001 101011110 1010111 11011

Color Harmonies of #81091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81091E

Black with #81091E

Text Example


Text Example

White with #81091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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