#840330

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

Shades of Burgundy #840330

Tints of Burgundy #840330

Color information

#840330 (or 0x840330) is unknown color: approx Burgundy. HEX triplet: 84, 03 and 30. RGB value is (132,3,48). Sum of RGB (Red+Green+Blue) = 132+3+48=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840330 is #7BFCCF. Grayscale: #2E2E2E. Windows color (decimal): -8125648 or 3146628. OLE color: 3146628.

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

Color convert

RGB132348-
CMYK00.980.640.48
HSL339.07º95.56%26.47%-
HSV(B)339.07º97.73%51.76%-
XYZ10.085.183.27-
YUV46.7128.74188.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.13%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=72.13%
G=1.64%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13234800.980.640.48339.0795.5626.47
Hex843300624030153601a
Octal20436001421006052314032
Binary1000010011110000011000101000000110000101010011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840330; }

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

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

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

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

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

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

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

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