#87293B

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

Shades of Shiraz #87293B

Tints of Shiraz #87293B

Color information

#87293B (or 0x87293B) is unknown color: approx Shiraz. HEX triplet: 87, 29 and 3B. RGB value is (135,41,59). Sum of RGB (Red+Green+Blue) = 135+41+59=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #87293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87293B is #78D6C4. Grayscale: #474747. Windows color (decimal): -7919301 or 3877255. OLE color: 3877255.

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

Color convert

RGB1354159-
CMYK00.700.560.47
HSL348.51º53.41%34.51%-
HSV(B)348.51º69.63%52.94%-
XYZ11.577.054.89-
YUV71.16121.14173.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=57.45%
G=17.45%
B=25.11%

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
Decimal135415900.700.560.47348.5153.4134.51
Hex87293B046382F15d3523
Octal2075173010670575356543
Binary1000011110100111101101000110111000101111101011101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87293B; }

 p { color: rgb(135,41,59); }

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

<style>
 a { background-color: #87293B; }

 a { background-color: rgb(135,41,59); }

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

<style>
 span { border-color: #87293B; }

 span { border-color: rgb(135,41,59); }

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