#87273C

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

Shades of Shiraz #87273C

Tints of Shiraz #87273C

Color information

#87273C (or 0x87273C) is unknown color: approx Shiraz. HEX triplet: 87, 27 and 3C. RGB value is (135,39,60). Sum of RGB (Red+Green+Blue) = 135+39+60=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87273C is #78D8C3. Grayscale: #464646. Windows color (decimal): -7919812 or 3942279. OLE color: 3942279.

HSL color Cylindrical-coordinate representation of color #87273C: hue angle of 346.88º 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 #87273C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1353960-
CMYK00.710.560.47
HSL346.88º55.17%34.12%-
HSV(B)346.88º71.11%52.94%-
XYZ11.536.935-
YUV70.1122.3174.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.69%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=57.69%
G=16.67%
B=25.64%

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
Decimal135396000.710.560.47346.8855.1734.12
Hex87273C047382F15b3722
Octal2074774010770575336742
Binary1000011110011111110001000111111000101111101011011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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