#840423

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

Shades of Burgundy #840423

Tints of Burgundy #840423

Color information

#840423 (or 0x840423) is unknown color: approx Burgundy. HEX triplet: 84, 04 and 23. RGB value is (132,4,35). Sum of RGB (Red+Green+Blue) = 132+4+35=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840423 is #7BFBDC. Grayscale: #2D2D2D. Windows color (decimal): -8125405 or 2294916. OLE color: 2294916.

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

Color convert

RGB132435-
CMYK00.970.730.48
HSL345.47º94.12%26.67%-
HSV(B)345.47º96.97%51.76%-
XYZ9.865.112.06-
YUV45.81121.91189.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=77.19%
G=2.34%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13243500.970.730.48345.4794.1226.67
Hex8442306149301595e1b
Octal20444301411116053113633
Binary10000100100100011011000011001001110000101011001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840423; }

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

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

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

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

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

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

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

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