#87123D

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

Shades of Shiraz #87123D

Tints of Shiraz #87123D

Color information

#87123D (or 0x87123D) is unknown color: approx Shiraz. HEX triplet: 87, 12 and 3D. RGB value is (135,18,61). Sum of RGB (Red+Green+Blue) = 135+18+61=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87123D is #78EDC2. Grayscale: #393939. Windows color (decimal): -7925187 or 4002439. OLE color: 4002439.

HSL color Cylindrical-coordinate representation of color #87123D: hue angle of 337.95º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87123D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1351861-
CMYK00.870.550.47
HSL337.95º76.47%30%-
HSV(B)337.95º86.67%52.94%-
XYZ11.055.924.98-
YUV57.88129.76183-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=63.08%
G=8.41%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135186100.870.550.47337.9576.4730
Hex87123D057372F1524c1e
Octal20722750127675752211436
Binary100001111001011110101010111110111101111101010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87123D; }

 p { color: rgb(135,18,61); }

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

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

 a { background-color: rgb(135,18,61); }

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

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

 span { border-color: rgb(135,18,61); }

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