#87263F

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

Shades of Shiraz #87263F

Tints of Shiraz #87263F

Color information

#87263F (or 0x87263F) is unknown color: approx Shiraz. HEX triplet: 87, 26 and 3F. RGB value is (135,38,63). Sum of RGB (Red+Green+Blue) = 135+38+63=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #87263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263F is #78D9C0. Grayscale: #454545. Windows color (decimal): -7920065 or 4138631. OLE color: 4138631.

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

Color convert

RGB1353863-
CMYK00.720.530.47
HSL344.54º56.07%33.92%-
HSV(B)344.54º71.85%52.94%-
XYZ11.586.95.42-
YUV69.85124.14174.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.20%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 63 (25% from 255) = 26.69%
R=57.20%
G=16.10%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135386300.720.530.47344.5456.0733.92
Hex87263F048352F1593822
Octal2074677011065575317042
Binary1000011110011011111101001000110101101111101011001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87263F; }

 p { color: rgb(135,38,63); }

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

<style>
 a { background-color: #87263F; }

 a { background-color: rgb(135,38,63); }

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

<style>
 span { border-color: #87263F; }

 span { border-color: rgb(135,38,63); }

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