#840335

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

Shades of Burgundy #840335

Tints of Burgundy #840335

Color information

#840335 (or 0x840335) is unknown color: approx Burgundy. HEX triplet: 84, 03 and 35. RGB value is (132,3,53). Sum of RGB (Red+Green+Blue) = 132+3+53=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #840335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840335 is #7BFCCA. Grayscale: #2F2F2F. Windows color (decimal): -8125643 or 3474308. OLE color: 3474308.

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

Color convert

RGB132353-
CMYK00.980.600.48
HSL336.74º95.56%26.47%-
HSV(B)336.74º97.73%51.76%-
XYZ10.195.233.84-
YUV47.27131.24188.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.21%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=70.21%
G=1.60%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13235300.980.600.48336.7495.5626.47
Hex843350623C30151601a
Octal2043650142746052114032
Binary100001001111010101100010111100110000101010001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840335; }

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

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

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

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

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

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

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

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