#840028

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

Shades of Burgundy #840028

Tints of Burgundy #840028

Color information

#840028 (or 0x840028) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 28. RGB value is (132,0,40). Sum of RGB (Red+Green+Blue) = 132+0+40=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #840028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840028 is #7BFFD7. Grayscale: #2C2C2C. Windows color (decimal): -8126424 or 2621572. OLE color: 2621572.

HSL color Cylindrical-coordinate representation of color #840028: hue angle of 341.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840028 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB132040-
CMYK010.700.48
HSL341.82º100%25.88%-
HSV(B)341.82º100%51.76%-
XYZ9.95.062.46-
YUV44.03125.73190.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=76.74%
G=0%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132040010.700.48341.8210025.88
Hex840280644630156641a
Octal20405001441066052614432
Binary100001000101000011001001000110110000101010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840028; }

 p { color: rgb(132,0,40); }

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

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

 a { background-color: rgb(132,0,40); }

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

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

 span { border-color: rgb(132,0,40); }

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