#87283C

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

Shades of Shiraz #87283C

Tints of Shiraz #87283C

Color information

#87283C (or 0x87283C) is unknown color: approx Shiraz. HEX triplet: 87, 28 and 3C. RGB value is (135,40,60). Sum of RGB (Red+Green+Blue) = 135+40+60=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87283C is #78D7C3. Grayscale: #464646. Windows color (decimal): -7919556 or 3942535. OLE color: 3942535.

HSL color Cylindrical-coordinate representation of color #87283C: hue angle of 347.37º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87283C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1354060-
CMYK00.700.560.47
HSL347.37º54.29%34.31%-
HSV(B)347.37º70.37%52.94%-
XYZ11.576.995.02-
YUV70.68121.97173.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=57.45%
G=17.02%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135406000.700.560.47347.3754.2934.31
Hex87283C046382F15b3622
Octal2075074010670575336642
Binary1000011110100011110001000110111000101111101011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87283C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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