#87223F

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

Shades of Shiraz #87223F

Tints of Shiraz #87223F

Color information

#87223F (or 0x87223F) is unknown color: approx Shiraz. HEX triplet: 87, 22 and 3F. RGB value is (135,34,63). Sum of RGB (Red+Green+Blue) = 135+34+63=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #87223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87223F is #78DDC0. Grayscale: #434343. Windows color (decimal): -7921089 or 4137607. OLE color: 4137607.

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

Color convert

RGB1353463-
CMYK00.750.530.47
HSL342.77º59.76%33.14%-
HSV(B)342.77º74.81%52.94%-
XYZ11.466.655.38-
YUV67.5125.46176.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.19%
GREEN value IS 34 (13.67% from 255) = 14.66%
BLUE value IS 63 (25% from 255) = 27.16%
R=58.19%
G=14.66%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135346300.750.530.47342.7759.7633.14
Hex87223F04B352F1573c21
Octal2074277011365575277441
Binary1000011110001011111101001011110101101111101010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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