Html Css Color HEX #82051B Burgundy

📋 copy color: '#82051B'

red 130 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #82051B

Tints of Burgundy #82051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 80.25%
G = 3.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82051B (or 0x82051B) is known color: Burgundy. HEX triplet: 82, 05 and 1B. RGB value is (130,5,27). Sum of RGB (Red+Green+Blue) = 130+5+27=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #82051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82051B is #7DFAE4. Grayscale: #2C2C2C. Windows color (decimal): -8256229 or 1770882. OLE color: 1770882.

HSL color Cylindrical-coordinate representation of color #82051B: hue angle of 349.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82051B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 27 -
CMYK 0 0.96 0.79 0.49
HSL 349.44º 0.93% 0.26% -
HSV(B) 349.44º 0.96% 0.51% -
XYZ 9.46 4.93 1.49 -
YUV 44.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 130 5 27 0 0.96 0.79 0.49 349.44 0.93 0.26
Hex 82 5 1B 0 60 4F 31 15D 5D 1A
Octal 202 5 33 0 140 117 61 535 135 32
Binary 10000010 101 11011 0 1100000 1001111 110001 101011101 1011101 11010

Color Harmonies of #82051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82051B

Black with #82051B

Text Example


Text Example

White with #82051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82051B; }

 p { color: rgb(130,5,27); }

 H1.HeaderClassName
 {
   color: #82051B;
 }
 .AnyTagClassName
 {
   color: #82051B;
 }
</style>

background-color css

<style>
 a { background-color: #82051B; }

 a { background-color: rgb(130,5,27); }

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

border-color css

<style>
 span { border-color: #82051B; }

 span { border-color: rgb(130,5,27); }

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