Html Css Color HEX #81092F Burgundy

📋 copy color: '#81092F'

red 129 ◦ green 9 ◦ blue 47

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

Shades of Burgundy #81092F

Tints of Burgundy #81092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 69.73%
G = 4.86%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81092F (or 0x81092F) is known color: Burgundy. HEX triplet: 81, 09 and 2F. RGB value is (129,9,47). Sum of RGB (Red+Green+Blue) = 129+9+47=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #81092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81092F is #7EF6D0. Grayscale: #313131. Windows color (decimal): -8320721 or 3082625. OLE color: 3082625.

HSL color Cylindrical-coordinate representation of color #81092F: hue angle of 341º 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 #81092F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 47 -
CMYK 0 0.93 0.64 0.49
HSL 341º 0.87% 0.27% -
HSV(B) 341º 0.93% 0.51% -
XYZ 9.66 5.07 3.16 -
YUV 49.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 129 9 47 0 0.93 0.64 0.49 341 0.87 0.27
Hex 81 9 2F 0 5D 40 31 155 57 1B
Octal 201 11 57 0 135 100 61 525 127 33
Binary 10000001 1001 101111 0 1011101 1000000 110001 101010101 1010111 11011

Color Harmonies of #81092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81092F

Black with #81092F

Text Example


Text Example

White with #81092F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81092F; }

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

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

background-color css

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

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

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

border-color css

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

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

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