#840426

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

Shades of Burgundy #840426

Tints of Burgundy #840426

Color information

#840426 (or 0x840426) is unknown color: approx Burgundy. HEX triplet: 84, 04 and 26. RGB value is (132,4,38). Sum of RGB (Red+Green+Blue) = 132+4+38=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #840426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840426 is #7BFBD9. Grayscale: #2E2E2E. Windows color (decimal): -8125402 or 2491524. OLE color: 2491524.

HSL color Cylindrical-coordinate representation of color #840426: hue angle of 344.06º 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 #840426 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB132438-
CMYK00.970.710.48
HSL344.06º94.12%26.67%-
HSV(B)344.06º96.97%51.76%-
XYZ9.915.132.3-
YUV46.15123.41189.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=75.86%
G=2.30%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13243800.970.710.48344.0694.1226.67
Hex8442606147301585e1b
Octal20444601411076053013633
Binary10000100100100110011000011000111110000101011000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840426; }

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

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

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

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

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

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

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

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