Html Css Color HEX #820525 Burgundy

📋 copy color: '#820525'

red 130 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #820525

Tints of Burgundy #820525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 75.58%
G = 2.91%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#820525 (or 0x820525) is known color: Burgundy. HEX triplet: 82, 05 and 25. RGB value is (130,5,37). Sum of RGB (Red+Green+Blue) = 130+5+37=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #820525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820525 is #7DFADA. Grayscale: #2E2E2E. Windows color (decimal): -8256219 or 2426242. OLE color: 2426242.

HSL color Cylindrical-coordinate representation of color #820525: hue angle of 344.64º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820525 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 37 -
CMYK 0 0.96 0.72 0.49
HSL 344.64º 0.93% 0.26% -
HSV(B) 344.64º 0.96% 0.51% -
XYZ 9.59 4.99 2.21 -
YUV 46.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 130 5 37 0 0.96 0.72 0.49 344.64 0.93 0.26
Hex 82 5 25 0 60 48 31 159 5D 1A
Octal 202 5 45 0 140 110 61 531 135 32
Binary 10000010 101 100101 0 1100000 1001000 110001 101011001 1011101 11010

Color Harmonies of #820525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820525

Black with #820525

Text Example


Text Example

White with #820525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820525; }

 p { color: rgb(130,5,37); }

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

background-color css

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

 a { background-color: rgb(130,5,37); }

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

border-color css

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

 span { border-color: rgb(130,5,37); }

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