#87243B

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

Shades of Shiraz #87243B

Tints of Shiraz #87243B

Color information

#87243B (or 0x87243B) is unknown color: approx Shiraz. HEX triplet: 87, 24 and 3B. RGB value is (135,36,59). Sum of RGB (Red+Green+Blue) = 135+36+59=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87243B is #78DBC4. Grayscale: #444444. Windows color (decimal): -7920581 or 3875975. OLE color: 3875975.

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

Color convert

RGB1353659-
CMYK00.730.560.47
HSL346.06º57.89%33.53%-
HSV(B)346.06º73.33%52.94%-
XYZ11.416.734.83-
YUV68.22122.8175.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.70%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=58.70%
G=15.65%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135365900.730.560.47346.0657.8933.53
Hex87243B049382F15a3a22
Octal2074473011170575327242
Binary1000011110010011101101001001111000101111101011010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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