Html Css Color HEX #82002D Burgundy

📋 copy color: '#82002D'

red 130 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #82002D

Tints of Burgundy #82002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 74.29%
G = 0%
B = 25.71%

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

#82002D (or 0x82002D) is known color: Burgundy. HEX triplet: 82, 00 and 2D. RGB value is (130,0,45). Sum of RGB (Red+Green+Blue) = 130+0+45=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82002D is #7DFFD2. Grayscale: #2B2B2B. Windows color (decimal): -8257491 or 2949250. OLE color: 2949250.

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

Color convert

RGB 130 0 45 -
CMYK 0 1 0.65 0.49
HSL 339.23º 1% 0.25% -
HSV(B) 339.23º 1% 0.51% -
XYZ 9.68 4.94 2.93 -
YUV 44 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 130 0 45 0 1 0.65 0.49 339.23 1 0.25
Hex 82 0 2D 0 64 41 31 153 64 19
Octal 202 0 55 0 144 101 61 523 144 31
Binary 10000010 0 101101 0 1100100 1000001 110001 101010011 1100100 11001

Color Harmonies of #82002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82002D

Black with #82002D

Text Example


Text Example

White with #82002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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