#871D3A

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

Shades of Shiraz #871D3A

Tints of Shiraz #871D3A

Color information

#871D3A (or 0x871D3A) is unknown color: approx Shiraz. HEX triplet: 87, 1D and 3A. RGB value is (135,29,58). Sum of RGB (Red+Green+Blue) = 135+29+58=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #871D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D3A is #78E2C5. Grayscale: #3F3F3F. Windows color (decimal): -7922374 or 3808647. OLE color: 3808647.

HSL color Cylindrical-coordinate representation of color #871D3A: hue angle of 343.58º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D3A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1352958-
CMYK00.790.570.47
HSL343.58º64.63%32.16%-
HSV(B)343.58º78.52%52.94%-
XYZ11.196.344.64-
YUV64124.62178.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=60.81%
G=13.06%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135295800.790.570.47343.5864.6332.16
Hex871D3A04F392F1584120
Octal20735720117715753010140
Binary1000011111101111010010011111110011011111010110001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871D3A; }

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

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

<style>
 a { background-color: #871D3A; }

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

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

<style>
 span { border-color: #871D3A; }

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

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