Html Css Color HEX #82062D Burgundy

📋 copy color: '#82062D'

red 130 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #82062D

Tints of Burgundy #82062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 71.82%
G = 3.31%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82062D (or 0x82062D) is known color: Burgundy. HEX triplet: 82, 06 and 2D. RGB value is (130,6,45). Sum of RGB (Red+Green+Blue) = 130+6+45=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82062D is #7DF9D2. Grayscale: #2F2F2F. Windows color (decimal): -8255955 or 2950786. OLE color: 2950786.

HSL color Cylindrical-coordinate representation of color #82062D: hue angle of 341.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82062D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 45 -
CMYK 0 0.95 0.65 0.49
HSL 341.13º 0.91% 0.27% -
HSV(B) 341.13º 0.95% 0.51% -
XYZ 9.74 5.07 2.95 -
YUV 47.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 130 6 45 0 0.95 0.65 0.49 341.13 0.91 0.27
Hex 82 6 2D 0 5F 41 31 155 5B 1B
Octal 202 6 55 0 137 101 61 525 133 33
Binary 10000010 110 101101 0 1011111 1000001 110001 101010101 1011011 11011

Color Harmonies of #82062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82062D

Black with #82062D

Text Example


Text Example

White with #82062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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