#87273B

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

Shades of Shiraz #87273B

Tints of Shiraz #87273B

Color information

#87273B (or 0x87273B) is unknown color: approx Shiraz. HEX triplet: 87, 27 and 3B. RGB value is (135,39,59). Sum of RGB (Red+Green+Blue) = 135+39+59=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #87273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87273B is #78D8C4. Grayscale: #464646. Windows color (decimal): -7919813 or 3876743. OLE color: 3876743.

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

Color convert

RGB1353959-
CMYK00.710.560.47
HSL347.5º55.17%34.12%-
HSV(B)347.5º71.11%52.94%-
XYZ11.516.924.87-
YUV69.98121.8174.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 59 (23.44% from 255) = 25.32%
R=57.94%
G=16.74%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135395900.710.560.47347.555.1734.12
Hex87273B047382F15c3722
Octal2074773010770575346742
Binary1000011110011111101101000111111000101111101011100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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