Html Css Color HEX #82092D Burgundy

📋 copy color: '#82092D'

red 130 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #82092D

Tints of Burgundy #82092D

RGB

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

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

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

R = 70.65%
G = 4.89%
B = 24.46%

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

#82092D (or 0x82092D) is known color: Burgundy. HEX triplet: 82, 09 and 2D. RGB value is (130,9,45). Sum of RGB (Red+Green+Blue) = 130+9+45=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #82092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82092D is #7DF6D2. Grayscale: #313131. Windows color (decimal): -8255187 or 2951554. OLE color: 2951554.

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

Color convert

RGB 130 9 45 -
CMYK 0 0.93 0.65 0.49
HSL 342.15º 0.87% 0.27% -
HSV(B) 342.15º 0.93% 0.51% -
XYZ 9.78 5.13 2.96 -
YUV 49.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 130 9 45 0 0.93 0.65 0.49 342.15 0.87 0.27
Hex 82 9 2D 0 5D 41 31 156 57 1B
Octal 202 11 55 0 135 101 61 526 127 33
Binary 10000010 1001 101101 0 1011101 1000001 110001 101010110 1010111 11011

Color Harmonies of #82092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82092D

Black with #82092D

Text Example


Text Example

White with #82092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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