#871B35

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

Shades of Shiraz #871B35

Tints of Shiraz #871B35

Color information

#871B35 (or 0x871B35) is unknown color: approx Shiraz. HEX triplet: 87, 1B and 35. RGB value is (135,27,53). Sum of RGB (Red+Green+Blue) = 135+27+53=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #871B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871B35 is #78E4CA. Grayscale: #3E3E3E. Windows color (decimal): -7922891 or 3480455. OLE color: 3480455.

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

Color convert

RGB1352753-
CMYK00.80.610.47
HSL345.56º66.67%31.76%-
HSV(B)345.56º80%52.94%-
XYZ11.036.193.98-
YUV62.26122.78179.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.79%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=62.79%
G=12.56%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135275300.80.610.47345.5666.6731.76
Hex871B350503D2F15a4320
Octal20733650120755753210340
Binary1000011111011110101010100001111011011111010110101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,27,53); }

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

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

 a { background-color: rgb(135,27,53); }

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

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

 span { border-color: rgb(135,27,53); }

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