#87283D

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

Shades of Shiraz #87283D

Tints of Shiraz #87283D

Color information

#87283D (or 0x87283D) is unknown color: approx Shiraz. HEX triplet: 87, 28 and 3D. RGB value is (135,40,61). Sum of RGB (Red+Green+Blue) = 135+40+61=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87283D is #78D7C2. Grayscale: #464646. Windows color (decimal): -7919555 or 4008071. OLE color: 4008071.

HSL color Cylindrical-coordinate representation of color #87283D: hue angle of 346.74º 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 #87283D is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1354061-
CMYK00.700.550.47
HSL346.74º54.29%34.31%-
HSV(B)346.74º70.37%52.94%-
XYZ11.597.015.16-
YUV70.8122.47173.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=57.20%
G=16.95%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135406100.700.550.47346.7454.2934.31
Hex87283D046372F15b3622
Octal2075075010667575336642
Binary1000011110100011110101000110110111101111101011011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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