#87003B

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

Shades of Burgundy #87003B

Tints of Burgundy #87003B

Color information

#87003B (or 0x87003B) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 3B. RGB value is (135,0,59). Sum of RGB (Red+Green+Blue) = 135+0+59=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #87003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87003B is #78FFC4. Grayscale: #2E2E2E. Windows color (decimal): -7929797 or 3866759. OLE color: 3866759.

HSL color Cylindrical-coordinate representation of color #87003B: hue angle of 333.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87003B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB135059-
CMYK010.560.47
HSL333.78º100%26.47%-
HSV(B)333.78º100%52.94%-
XYZ10.785.474.62-
YUV47.09134.73190.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=69.59%
G=0%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135059010.560.47333.7810026.47
Hex8703B064382F14e641a
Octal2070730144705751614432
Binary10000111011101101100100111000101111101001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87003B; }

 p { color: rgb(135,0,59); }

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

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

 a { background-color: rgb(135,0,59); }

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

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

 span { border-color: rgb(135,0,59); }

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