#840B38

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

Shades of Burgundy #840B38

Tints of Burgundy #840B38

Color information

#840B38 (or 0x840B38) is unknown color: approx Burgundy. HEX triplet: 84, 0B and 38. RGB value is (132,11,56). Sum of RGB (Red+Green+Blue) = 132+11+56=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #840B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B38 is #7BF4C7. Grayscale: #343434. Windows color (decimal): -8123592 or 3672964. OLE color: 3672964.

HSL color Cylindrical-coordinate representation of color #840B38: hue angle of 337.69º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B38 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1321156-
CMYK00.920.580.48
HSL337.69º84.62%28.04%-
HSV(B)337.69º91.67%51.76%-
XYZ10.355.434.24-
YUV52.31130.09184.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 66.33%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 56 (22.27% from 255) = 28.14%
R=66.33%
G=5.53%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132115600.920.580.48337.6984.6228.04
Hex84B3805C3A30152551c
Octal20413700134726052212534
Binary10000100101111100001011100111010110000101010010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840B38; }

 p { color: rgb(132,11,56); }

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

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

 a { background-color: rgb(132,11,56); }

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

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

 span { border-color: rgb(132,11,56); }

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