Html Css Color HEX #82092E Burgundy

📋 copy color: '#82092E'

red 130 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #82092E

Tints of Burgundy #82092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 70.27%
G = 4.86%
B = 24.86%

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

#82092E (or 0x82092E) is known color: Burgundy. HEX triplet: 82, 09 and 2E. RGB value is (130,9,46). Sum of RGB (Red+Green+Blue) = 130+9+46=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #82092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092E is #7DF6D1. Grayscale: #313131. Windows color (decimal): -8255186 or 3017090. OLE color: 3017090.

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

Color convert

RGB 130 9 46 -
CMYK 0 0.93 0.65 0.49
HSL 341.65º 0.87% 0.27% -
HSV(B) 341.65º 0.93% 0.51% -
XYZ 9.8 5.14 3.06 -
YUV 49.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 130 9 46 0 0.93 0.65 0.49 341.65 0.87 0.27
Hex 82 9 2E 0 5D 41 31 156 57 1B
Octal 202 11 56 0 135 101 61 526 127 33
Binary 10000010 1001 101110 0 1011101 1000001 110001 101010110 1010111 11011

Color Harmonies of #82092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82092E

Black with #82092E

Text Example


Text Example

White with #82092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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