Html Css Color HEX #81092D Burgundy

📋 copy color: '#81092D'

red 129 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #81092D

Tints of Burgundy #81092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 70.49%
G = 4.92%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81092D (or 0x81092D) is known color: Burgundy. HEX triplet: 81, 09 and 2D. RGB value is (129,9,45). Sum of RGB (Red+Green+Blue) = 129+9+45=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #81092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81092D is #7EF6D2. Grayscale: #303030. Windows color (decimal): -8320723 or 2951553. OLE color: 2951553.

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

Color convert

RGB 129 9 45 -
CMYK 0 0.93 0.65 0.49
HSL 342º 0.87% 0.27% -
HSV(B) 342º 0.93% 0.51% -
XYZ 9.62 5.05 2.95 -
YUV 48.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 129 9 45 0 0.93 0.65 0.49 342 0.87 0.27
Hex 81 9 2D 0 5D 41 31 156 57 1B
Octal 201 11 55 0 135 101 61 526 127 33
Binary 10000001 1001 101101 0 1011101 1000001 110001 101010110 1010111 11011

Color Harmonies of #81092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81092D

Black with #81092D

Text Example


Text Example

White with #81092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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