Html Css Color HEX #82081E Burgundy

📋 copy color: '#82081E'

red 130 ◦ green 8 ◦ blue 30

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

Shades of Burgundy #82081E

Tints of Burgundy #82081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 77.38%
G = 4.76%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82081E (or 0x82081E) is known color: Burgundy. HEX triplet: 82, 08 and 1E. RGB value is (130,8,30). Sum of RGB (Red+Green+Blue) = 130+8+30=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #82081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82081E is #7DF7E1. Grayscale: #2F2F2F. Windows color (decimal): -8255458 or 1968258. OLE color: 1968258.

HSL color Cylindrical-coordinate representation of color #82081E: hue angle of 349.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82081E is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 8 30 -
CMYK 0 0.94 0.77 0.49
HSL 349.18º 0.88% 0.27% -
HSV(B) 349.18º 0.94% 0.51% -
XYZ 9.53 5.01 1.69 -
YUV 46.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 130 8 30 0 0.94 0.77 0.49 349.18 0.88 0.27
Hex 82 8 1E 0 5E 4D 31 15D 58 1B
Octal 202 10 36 0 136 115 61 535 130 33
Binary 10000010 1000 11110 0 1011110 1001101 110001 101011101 1011000 11011

Color Harmonies of #82081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82081E

Black with #82081E

Text Example


Text Example

White with #82081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,8,30); }

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

background-color css

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

 a { background-color: rgb(130,8,30); }

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

border-color css

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

 span { border-color: rgb(130,8,30); }

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