Html Css Color HEX #82001A Burgundy

📋 copy color: '#82001A'

red 130 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #82001A

Tints of Burgundy #82001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#82001A (or 0x82001A) is known color: Burgundy. HEX triplet: 82, 00 and 1A. RGB value is (130,0,26). Sum of RGB (Red+Green+Blue) = 130+0+26=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #82001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001A is #7DFFE5. Grayscale: #292929. Windows color (decimal): -8257510 or 1704066. OLE color: 1704066.

HSL color Cylindrical-coordinate representation of color #82001A: hue angle of 348º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82001A is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 26 -
CMYK 0 1 0.8 0.49
HSL 348º 1% 0.25% -
HSV(B) 348º 1% 0.51% -
XYZ 9.39 4.82 1.41 -
YUV 41.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 130 0 26 0 1 0.8 0.49 348 1 0.25
Hex 82 0 1A 0 64 50 31 15C 64 19
Octal 202 0 32 0 144 120 61 534 144 31
Binary 10000010 0 11010 0 1100100 1010000 110001 101011100 1100100 11001

Color Harmonies of #82001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82001A

Black with #82001A

Text Example


Text Example

White with #82001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82001A; }

 p { color: rgb(130,0,26); }

 H1.HeaderClassName
 {
   color: #82001A;
 }
 .AnyTagClassName
 {
   color: #82001A;
 }
</style>

background-color css

<style>
 a { background-color: #82001A; }

 a { background-color: rgb(130,0,26); }

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

border-color css

<style>
 span { border-color: #82001A; }

 span { border-color: rgb(130,0,26); }

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