Html Css Color HEX #81092C Burgundy

📋 copy color: '#81092C'

red 129 ◦ green 9 ◦ blue 44

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

Shades of Burgundy #81092C

Tints of Burgundy #81092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 70.88%
G = 4.95%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81092C (or 0x81092C) is known color: Burgundy. HEX triplet: 81, 09 and 2C. RGB value is (129,9,44). Sum of RGB (Red+Green+Blue) = 129+9+44=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #81092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81092C is #7EF6D3. Grayscale: #303030. Windows color (decimal): -8320724 or 2886017. OLE color: 2886017.

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

Color convert

RGB 129 9 44 -
CMYK 0 0.93 0.66 0.49
HSL 342.5º 0.87% 0.27% -
HSV(B) 342.5º 0.93% 0.51% -
XYZ 9.61 5.04 2.85 -
YUV 48.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 129 9 44 0 0.93 0.66 0.49 342.5 0.87 0.27
Hex 81 9 2C 0 5D 42 31 156 57 1B
Octal 201 11 54 0 135 102 61 526 127 33
Binary 10000001 1001 101100 0 1011101 1000010 110001 101010110 1010111 11011

Color Harmonies of #81092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81092C

Black with #81092C

Text Example


Text Example

White with #81092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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