Html Css Color HEX #800523 Burgundy

📋 copy color: '#800523'

red 128 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #800523

Tints of Burgundy #800523

RGB

 RED value IS 128 (50.39% from 255) = 76.19%

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

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

R = 76.19%
G = 2.98%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800523 (or 0x800523) is known color: Burgundy. HEX triplet: 80, 05 and 23. RGB value is (128,5,35). Sum of RGB (Red+Green+Blue) = 128+5+35=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 35 (14.06% from 255 or 20.83% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #800523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800523 is #7FFADC. Grayscale: #2D2D2D. Windows color (decimal): -8387293 or 2295168. OLE color: 2295168.

HSL color Cylindrical-coordinate representation of color #800523: hue angle of 345.37º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800523 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 35 -
CMYK 0 0.96 0.73 0.50
HSL 345.37º 0.92% 0.26% -
HSV(B) 345.37º 0.96% 0.5% -
XYZ 9.26 4.82 2.03 -
YUV 45.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 128 5 35 0 0.96 0.73 0.50 345.37 0.92 0.26
Hex 80 5 23 0 60 49 32 159 5C 1A
Octal 200 5 43 0 140 111 62 531 134 32
Binary 10000000 101 100011 0 1100000 1001001 110010 101011001 1011100 11010

Color Harmonies of #800523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800523

Black with #800523

Text Example


Text Example

White with #800523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800523; }

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

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

background-color css

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

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

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

border-color css

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

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

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