#86193D

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

Shades of Shiraz #86193D

Tints of Shiraz #86193D

Color information

#86193D (or 0x86193D) is unknown color: approx Shiraz. HEX triplet: 86, 19 and 3D. RGB value is (134,25,61). Sum of RGB (Red+Green+Blue) = 134+25+61=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86193D is #79E6C2. Grayscale: #3D3D3D. Windows color (decimal): -7988931 or 4004230. OLE color: 4004230.

HSL color Cylindrical-coordinate representation of color #86193D: hue angle of 340.18º 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 #86193D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1342561-
CMYK00.810.540.47
HSL340.18º68.55%31.18%-
HSV(B)340.18º81.34%52.55%-
XYZ11.026.15.01-
YUV61.69127.61179.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=60.91%
G=11.36%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134256100.810.540.47340.1868.5531.18
Hex86193D051362F154451f
Octal20631750121665752410537
Binary100001101100111110101010001110110101111101010100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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