#87233A

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

Shades of Shiraz #87233A

Tints of Shiraz #87233A

Color information

#87233A (or 0x87233A) is unknown color: approx Shiraz. HEX triplet: 87, 23 and 3A. RGB value is (135,35,58). Sum of RGB (Red+Green+Blue) = 135+35+58=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233A is #78DCC5. Grayscale: #434343. Windows color (decimal): -7920838 or 3810183. OLE color: 3810183.

HSL color Cylindrical-coordinate representation of color #87233A: hue angle of 346.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87233A is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1353558-
CMYK00.740.570.47
HSL346.2º58.82%33.33%-
HSV(B)346.2º74.07%52.94%-
XYZ11.366.664.69-
YUV67.52122.63176.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=59.21%
G=15.35%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135355800.740.570.47346.258.8233.33
Hex87233A04A392F15a3b21
Octal2074372011271575327341
Binary1000011110001111101001001010111001101111101011010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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