Html Css Color HEX #82001D Burgundy

📋 copy color: '#82001D'

red 130 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #82001D

Tints of Burgundy #82001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 81.76%
G = 0%
B = 18.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82001D (or 0x82001D) is known color: Burgundy. HEX triplet: 82, 00 and 1D. RGB value is (130,0,29). Sum of RGB (Red+Green+Blue) = 130+0+29=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #82001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82001D is #7DFFE2. Grayscale: #2A2A2A. Windows color (decimal): -8257507 or 1900674. OLE color: 1900674.

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

Color convert

RGB 130 0 29 -
CMYK 0 1 0.78 0.49
HSL 346.62º 1% 0.25% -
HSV(B) 346.62º 1% 0.51% -
XYZ 9.43 4.83 1.6 -
YUV 42.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 130 0 29 0 1 0.78 0.49 346.62 1 0.25
Hex 82 0 1D 0 64 4E 31 15B 64 19
Octal 202 0 35 0 144 116 61 533 144 31
Binary 10000010 0 11101 0 1100100 1001110 110001 101011011 1100100 11001

Color Harmonies of #82001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82001D

Black with #82001D

Text Example


Text Example

White with #82001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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