Html Css Color HEX #82091A Burgundy

📋 copy color: '#82091A'

red 130 ◦ green 9 ◦ blue 26

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

Shades of Burgundy #82091A

Tints of Burgundy #82091A

RGB

 RED value IS 130 (51.17% from 255) = 78.79%

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

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

R = 78.79%
G = 5.45%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82091A (or 0x82091A) is known color: Burgundy. HEX triplet: 82, 09 and 1A. RGB value is (130,9,26). Sum of RGB (Red+Green+Blue) = 130+9+26=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #82091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82091A is #7DF6E5. Grayscale: #2F2F2F. Windows color (decimal): -8255206 or 1706370. OLE color: 1706370.

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

Color convert

RGB 130 9 26 -
CMYK 0 0.93 0.8 0.49
HSL 351.57º 0.87% 0.27% -
HSV(B) 351.57º 0.93% 0.51% -
XYZ 9.49 5.02 1.45 -
YUV 47.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 130 9 26 0 0.93 0.8 0.49 351.57 0.87 0.27
Hex 82 9 1A 0 5D 50 31 160 57 1B
Octal 202 11 32 0 135 120 61 540 127 33
Binary 10000010 1001 11010 0 1011101 1010000 110001 101100000 1010111 11011

Color Harmonies of #82091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82091A

Black with #82091A

Text Example


Text Example

White with #82091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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