#87233D

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

Shades of Shiraz #87233D

Tints of Shiraz #87233D

Color information

#87233D (or 0x87233D) is unknown color: approx Shiraz. HEX triplet: 87, 23 and 3D. RGB value is (135,35,61). Sum of RGB (Red+Green+Blue) = 135+35+61=231 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.44% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 135 - color contains mainly: red. Hex color #87233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87233D is #78DCC2. Grayscale: #434343. Windows color (decimal): -7920835 or 4006791. OLE color: 4006791.

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

Color convert

RGB1353561-
CMYK00.740.550.47
HSL344.4º58.82%33.33%-
HSV(B)344.4º74.07%52.94%-
XYZ11.446.695.1-
YUV67.86124.13175.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.44%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=58.44%
G=15.15%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135356100.740.550.47344.458.8233.33
Hex87233D04A372F1583b21
Octal2074375011267575307341
Binary1000011110001111110101001010110111101111101011000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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