Html Css Color HEX #82002C Burgundy

📋 copy color: '#82002C'

red 130 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #82002C

Tints of Burgundy #82002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 74.71%
G = 0%
B = 25.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82002C (or 0x82002C) is known color: Burgundy. HEX triplet: 82, 00 and 2C. RGB value is (130,0,44). Sum of RGB (Red+Green+Blue) = 130+0+44=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #82002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002C is #7DFFD3. Grayscale: #2B2B2B. Windows color (decimal): -8257492 or 2883714. OLE color: 2883714.

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

Color convert

RGB 130 0 44 -
CMYK 0 1 0.66 0.49
HSL 339.69º 1% 0.25% -
HSV(B) 339.69º 1% 0.51% -
XYZ 9.66 4.93 2.82 -
YUV 43.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 130 0 44 0 1 0.66 0.49 339.69 1 0.25
Hex 82 0 2C 0 64 42 31 154 64 19
Octal 202 0 54 0 144 102 61 524 144 31
Binary 10000010 0 101100 0 1100100 1000010 110001 101010100 1100100 11001

Color Harmonies of #82002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82002C

Black with #82002C

Text Example


Text Example

White with #82002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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