#87263A

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

Shades of Shiraz #87263A

Tints of Shiraz #87263A

Color information

#87263A (or 0x87263A) is unknown color: approx Shiraz. HEX triplet: 87, 26 and 3A. RGB value is (135,38,58). Sum of RGB (Red+Green+Blue) = 135+38+58=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87263A is #78D9C5. Grayscale: #454545. Windows color (decimal): -7920070 or 3810951. OLE color: 3810951.

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

Color convert

RGB1353858-
CMYK00.720.570.47
HSL347.63º56.07%33.92%-
HSV(B)347.63º71.85%52.94%-
XYZ11.456.844.72-
YUV69.28121.64174.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=58.44%
G=16.45%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135385800.720.570.47347.6356.0733.92
Hex87263A048392F15c3822
Octal2074672011071575347042
Binary1000011110011011101001001000111001101111101011100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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