Html Css Color HEX #820523 Burgundy

📋 copy color: '#820523'

red 130 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #820523

Tints of Burgundy #820523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 76.47%
G = 2.94%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#820523 (or 0x820523) is known color: Burgundy. HEX triplet: 82, 05 and 23. RGB value is (130,5,35). Sum of RGB (Red+Green+Blue) = 130+5+35=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #820523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820523 is #7DFADC. Grayscale: #2D2D2D. Windows color (decimal): -8256221 or 2295170. OLE color: 2295170.

HSL color Cylindrical-coordinate representation of color #820523: hue angle of 345.6º 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 #820523 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 35 -
CMYK 0 0.96 0.73 0.49
HSL 345.6º 0.93% 0.26% -
HSV(B) 345.6º 0.96% 0.51% -
XYZ 9.56 4.98 2.05 -
YUV 45.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 130 5 35 0 0.96 0.73 0.49 345.6 0.93 0.26
Hex 82 5 23 0 60 49 31 15A 5D 1A
Octal 202 5 43 0 140 111 61 532 135 32
Binary 10000010 101 100011 0 1100000 1001001 110001 101011010 1011101 11010

Color Harmonies of #820523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820523

Black with #820523

Text Example


Text Example

White with #820523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820523; }

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

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

background-color css

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

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

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

border-color css

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

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

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