#871C3B

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

Shades of Shiraz #871C3B

Tints of Shiraz #871C3B

Color information

#871C3B (or 0x871C3B) is unknown color: approx Shiraz. HEX triplet: 87, 1C and 3B. RGB value is (135,28,59). Sum of RGB (Red+Green+Blue) = 135+28+59=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #871C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871C3B is #78E3C4. Grayscale: #3F3F3F. Windows color (decimal): -7922629 or 3873927. OLE color: 3873927.

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

Color convert

RGB1352859-
CMYK00.790.560.47
HSL342.62º65.64%31.96%-
HSV(B)342.62º79.26%52.94%-
XYZ11.26.34.76-
YUV63.53125.45178.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 59 (23.44% from 255) = 26.58%
R=60.81%
G=12.61%
B=26.58%

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
Decimal135285900.790.560.47342.6265.6431.96
Hex871C3B04F382F1574220
Octal20734730117705752710240
Binary1000011111100111011010011111110001011111010101111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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