#871D3C

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

Shades of Shiraz #871D3C

Tints of Shiraz #871D3C

Color information

#871D3C (or 0x871D3C) is unknown color: approx Shiraz. HEX triplet: 87, 1D and 3C. RGB value is (135,29,60). Sum of RGB (Red+Green+Blue) = 135+29+60=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #871D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D3C is #78E2C3. Grayscale: #404040. Windows color (decimal): -7922372 or 3939719. OLE color: 3939719.

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

Color convert

RGB1352960-
CMYK00.790.560.47
HSL342.45º64.63%32.16%-
HSV(B)342.45º78.52%52.94%-
XYZ11.256.364.91-
YUV64.23125.62178.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.27%
GREEN value IS 29 (11.72% from 255) = 12.95%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=60.27%
G=12.95%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135296000.790.560.47342.4564.6332.16
Hex871D3C04F382F1564120
Octal20735740117705752610140
Binary1000011111101111100010011111110001011111010101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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