#87293A

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

Shades of Shiraz #87293A

Tints of Shiraz #87293A

Color information

#87293A (or 0x87293A) is unknown color: approx Shiraz. HEX triplet: 87, 29 and 3A. RGB value is (135,41,58). Sum of RGB (Red+Green+Blue) = 135+41+58=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87293A is #78D6C5. Grayscale: #474747. Windows color (decimal): -7919302 or 3811719. OLE color: 3811719.

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

Color convert

RGB1354158-
CMYK00.700.570.47
HSL349.15º53.41%34.51%-
HSV(B)349.15º69.63%52.94%-
XYZ11.557.044.75-
YUV71.04120.64173.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=57.69%
G=17.52%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135415800.700.570.47349.1553.4134.51
Hex87293A046392F15d3523
Octal2075172010671575356543
Binary1000011110100111101001000110111001101111101011101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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