#87133C

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

Shades of Shiraz #87133C

Tints of Shiraz #87133C

Color information

#87133C (or 0x87133C) is unknown color: approx Shiraz. HEX triplet: 87, 13 and 3C. RGB value is (135,19,60). Sum of RGB (Red+Green+Blue) = 135+19+60=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #87133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87133C is #78ECC3. Grayscale: #3A3A3A. Windows color (decimal): -7924932 or 3937159. OLE color: 3937159.

HSL color Cylindrical-coordinate representation of color #87133C: hue angle of 338.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87133C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1351960-
CMYK00.860.560.47
HSL338.79º75.32%30.2%-
HSV(B)338.79º85.93%52.94%-
XYZ11.045.944.84-
YUV58.36128.93182.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=63.08%
G=8.88%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135196000.860.560.47338.7975.3230.2
Hex87133C056382F1534b1e
Octal20723740126705752311336
Binary100001111001111110001010110111000101111101010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87133C; }

 p { color: rgb(135,19,60); }

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

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

 a { background-color: rgb(135,19,60); }

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

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

 span { border-color: rgb(135,19,60); }

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