#840930

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

Shades of Burgundy #840930

Tints of Burgundy #840930

Color information

#840930 (or 0x840930) is unknown color: approx Burgundy. HEX triplet: 84, 09 and 30. RGB value is (132,9,48). Sum of RGB (Red+Green+Blue) = 132+9+48=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #840930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840930 is #7BF6CF. Grayscale: #323232. Windows color (decimal): -8124112 or 3148164. OLE color: 3148164.

HSL color Cylindrical-coordinate representation of color #840930: hue angle of 340.98º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840930 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB132948-
CMYK00.930.640.48
HSL340.98º87.23%27.65%-
HSV(B)340.98º93.18%51.76%-
XYZ10.155.313.29-
YUV50.22126.75186.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 69.84%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=69.84%
G=4.76%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13294800.930.640.48340.9887.2327.65
Hex8493005D4030155571c
Octal204116001351006052512734
Binary100001001001110000010111011000000110000101010101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840930; }

 p { color: rgb(132,9,48); }

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

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

 a { background-color: rgb(132,9,48); }

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

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

 span { border-color: rgb(132,9,48); }

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