Html Css Color HEX #82002A Burgundy

📋 copy color: '#82002A'

red 130 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #82002A

Tints of Burgundy #82002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 75.58%
G = 0%
B = 24.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82002A (or 0x82002A) is known color: Burgundy. HEX triplet: 82, 00 and 2A. RGB value is (130,0,42). Sum of RGB (Red+Green+Blue) = 130+0+42=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #82002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002A is #7DFFD5. Grayscale: #2B2B2B. Windows color (decimal): -8257494 or 2752642. OLE color: 2752642.

HSL color Cylindrical-coordinate representation of color #82002A: hue angle of 340.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 #82002A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 42 -
CMYK 0 1 0.68 0.49
HSL 340.62º 1% 0.25% -
HSV(B) 340.62º 1% 0.51% -
XYZ 9.62 4.91 2.63 -
YUV 43.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 130 0 42 0 1 0.68 0.49 340.62 1 0.25
Hex 82 0 2A 0 64 44 31 155 64 19
Octal 202 0 52 0 144 104 61 525 144 31
Binary 10000010 0 101010 0 1100100 1000100 110001 101010101 1100100 11001

Color Harmonies of #82002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82002A

Black with #82002A

Text Example


Text Example

White with #82002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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