#87233B

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

Shades of Shiraz #87233B

Tints of Shiraz #87233B

Color information

#87233B (or 0x87233B) is unknown color: approx Shiraz. HEX triplet: 87, 23 and 3B. RGB value is (135,35,59). Sum of RGB (Red+Green+Blue) = 135+35+59=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #87233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233B is #78DCC4. Grayscale: #434343. Windows color (decimal): -7920837 or 3875719. OLE color: 3875719.

HSL color Cylindrical-coordinate representation of color #87233B: hue angle of 345.6º 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 #87233B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1353559-
CMYK00.740.560.47
HSL345.6º58.82%33.33%-
HSV(B)345.6º74.07%52.94%-
XYZ11.386.674.82-
YUV67.64123.13176.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=58.95%
G=15.28%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135355900.740.560.47345.658.8233.33
Hex87233B04A382F15a3b21
Octal2074373011270575327341
Binary1000011110001111101101001010111000101111101011010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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