#87213f

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

Shades of Shiraz #87213F

Tints of Shiraz #87213F

Color information

#87213F (or 0x87213F) is unknown color: approx Shiraz. HEX triplet: 87, 21 and 3F. RGB value is (135,33,63). Sum of RGB (Red+Green+Blue) = 135+33+63=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87213F is #78DEC0. Grayscale: #424242. Windows color (decimal): -7921345 or 4137351. OLE color: 4137351.

HSL color Cylindrical-coordinate representation of color #87213F: hue angle of 342.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87213F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1353363-
CMYK00.760.530.47
HSL342.35º60.71%32.94%-
HSV(B)342.35º75.56%52.94%-
XYZ11.436.65.37-
YUV66.92125.79176.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 63 (25% from 255) = 27.27%
R=58.44%
G=14.29%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135336300.760.530.47342.3560.7132.94
Hex87213F04C352F1563d21
Octal2074177011465575267541
Binary1000011110000111111101001100110101101111101010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87213f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87213f; }

 p { color: rgb(135,33,63); }

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

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

 a { background-color: rgb(135,33,63); }

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

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

 span { border-color: rgb(135,33,63); }

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