#840035

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

Shades of Burgundy #840035

Tints of Burgundy #840035

Color information

#840035 (or 0x840035) is unknown color: approx Burgundy. HEX triplet: 84, 00 and 35. RGB value is (132,0,53). Sum of RGB (Red+Green+Blue) = 132+0+53=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #840035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840035 is #7BFFCA. Grayscale: #2D2D2D. Windows color (decimal): -8126411 or 3473540. OLE color: 3473540.

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

Color convert

RGB132053-
CMYK010.600.48
HSL335.91º100%25.88%-
HSV(B)335.91º100%51.76%-
XYZ10.165.163.83-
YUV45.51132.23189.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 28.65%
R=71.35%
G=0%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132053010.600.48335.9110025.88
Hex840350643C30150641a
Octal2040650144746052014432
Binary10000100011010101100100111100110000101010000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840035; }

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

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

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

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

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

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

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

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