Html Css Color HEX #82002E Burgundy

📋 copy color: '#82002E'

red 130 ◦ green 0 ◦ blue 46

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

Shades of Burgundy #82002E

Tints of Burgundy #82002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 73.86%
G = 0%
B = 26.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82002E (or 0x82002E) is known color: Burgundy. HEX triplet: 82, 00 and 2E. RGB value is (130,0,46). Sum of RGB (Red+Green+Blue) = 130+0+46=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #82002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002E is #7DFFD1. Grayscale: #2C2C2C. Windows color (decimal): -8257490 or 3014786. OLE color: 3014786.

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

Color convert

RGB 130 0 46 -
CMYK 0 1 0.65 0.49
HSL 338.77º 1% 0.25% -
HSV(B) 338.77º 1% 0.51% -
XYZ 9.7 4.94 3.03 -
YUV 44.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 130 0 46 0 1 0.65 0.49 338.77 1 0.25
Hex 82 0 2E 0 64 41 31 153 64 19
Octal 202 0 56 0 144 101 61 523 144 31
Binary 10000010 0 101110 0 1100100 1000001 110001 101010011 1100100 11001

Color Harmonies of #82002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82002E

Black with #82002E

Text Example


Text Example

White with #82002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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