#87173A

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

Shades of Shiraz #87173A

Tints of Shiraz #87173A

Color information

#87173A (or 0x87173A) is unknown color: approx Shiraz. HEX triplet: 87, 17 and 3A. RGB value is (135,23,58). Sum of RGB (Red+Green+Blue) = 135+23+58=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87173A is #78E8C5. Grayscale: #3C3C3C. Windows color (decimal): -7923910 or 3807111. OLE color: 3807111.

HSL color Cylindrical-coordinate representation of color #87173A: hue angle of 341.25º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #87173A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1352358-
CMYK00.830.570.47
HSL341.25º70.89%30.98%-
HSV(B)341.25º82.96%52.94%-
XYZ11.066.074.59-
YUV60.48126.61181.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=62.5%
G=10.65%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135235800.830.570.47341.2570.8930.98
Hex87173A053392F155471f
Octal20727720123715752510737
Binary100001111011111101001010011111001101111101010101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87173A; }

 p { color: rgb(135,23,58); }

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

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

 a { background-color: rgb(135,23,58); }

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

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

 span { border-color: rgb(135,23,58); }

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