#86193A

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

Shades of Shiraz #86193A

Tints of Shiraz #86193A

Color information

#86193A (or 0x86193A) is unknown color: approx Shiraz. HEX triplet: 86, 19 and 3A. RGB value is (134,25,58). Sum of RGB (Red+Green+Blue) = 134+25+58=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86193A is #79E6C5. Grayscale: #3D3D3D. Windows color (decimal): -7988934 or 3807622. OLE color: 3807622.

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

Color convert

RGB1342558-
CMYK00.810.570.47
HSL341.83º68.55%31.18%-
HSV(B)341.83º81.34%52.55%-
XYZ10.946.074.6-
YUV61.35126.11179.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=61.75%
G=11.52%
B=26.73%

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
Decimal134255800.810.570.47341.8368.5531.18
Hex86193A051392F156451f
Octal20631720121715752610537
Binary100001101100111101001010001111001101111101010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86193A; }

 p { color: rgb(134,25,58); }

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

<style>
 a { background-color: #86193A; }

 a { background-color: rgb(134,25,58); }

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

<style>
 span { border-color: #86193A; }

 span { border-color: rgb(134,25,58); }

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