#800423

Color #800423 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #800423

Tints of Burgundy #800423

Color information

#800423 (or 0x800423) is unknown color: approx Burgundy. HEX triplet: 80, 04 and 23. RGB value is (128,4,35). Sum of RGB (Red+Green+Blue) = 128+4+35=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800423 is #7FFBDC. Grayscale: #2C2C2C. Windows color (decimal): -8387549 or 2294912. OLE color: 2294912.

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

Color convert

RGB128435-
CMYK00.970.730.50
HSL345º93.94%25.88%-
HSV(B)345º96.88%50.2%-
XYZ9.254.82.03-
YUV44.61122.58187.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 76.65%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=76.65%
G=2.40%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12843500.970.730.5034593.9425.88
Hex8042306149321595e1a
Octal20044301411116253113632
Binary10000000100100011011000011001001110010101011001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800423; }

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

 H1.HeaderClassName
 {
   color: #800423;
 }
 .AnyTagClassName
 {
   color: #800423;
 }
</style>
background-color css

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

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

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

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

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

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