#87253E

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

Shades of Shiraz #87253E

Tints of Shiraz #87253E

Color information

#87253E (or 0x87253E) is unknown color: approx Shiraz. HEX triplet: 87, 25 and 3E. RGB value is (135,37,62). Sum of RGB (Red+Green+Blue) = 135+37+62=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87253E is #78DAC1. Grayscale: #454545. Windows color (decimal): -7920322 or 4072839. OLE color: 4072839.

HSL color Cylindrical-coordinate representation of color #87253E: hue angle of 344.69º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87253E is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1353762-
CMYK00.730.540.47
HSL344.69º56.98%33.73%-
HSV(B)344.69º72.59%52.94%-
XYZ11.526.825.27-
YUV69.15123.97174.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=57.69%
G=15.81%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135376200.730.540.47344.6956.9833.73
Hex87253E049362F1593922
Octal2074576011166575317142
Binary1000011110010111111001001001110110101111101011001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87253E; }

 p { color: rgb(135,37,62); }

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

<style>
 a { background-color: #87253E; }

 a { background-color: rgb(135,37,62); }

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

<style>
 span { border-color: #87253E; }

 span { border-color: rgb(135,37,62); }

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