#871A3A

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

Shades of Shiraz #871A3A

Tints of Shiraz #871A3A

Color information

#871A3A (or 0x871A3A) is unknown color: approx Shiraz. HEX triplet: 87, 1A and 3A. RGB value is (135,26,58). Sum of RGB (Red+Green+Blue) = 135+26+58=219 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.64% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 135 - color contains mainly: red. Hex color #871A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A3A is #78E5C5. Grayscale: #3E3E3E. Windows color (decimal): -7923142 or 3807879. OLE color: 3807879.

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

Color convert

RGB1352658-
CMYK00.810.570.47
HSL342.39º67.7%31.57%-
HSV(B)342.39º80.74%52.94%-
XYZ11.126.24.61-
YUV62.24125.61179.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.64%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=61.64%
G=11.87%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135265800.810.570.47342.3967.731.57
Hex871A3A051392F1564420
Octal20732720121715752610440
Binary1000011111010111010010100011110011011111010101101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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