#86293E

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

Shades of Shiraz #86293E

Tints of Shiraz #86293E

Color information

#86293E (or 0x86293E) is unknown color: approx Shiraz. HEX triplet: 86, 29 and 3E. RGB value is (134,41,62). Sum of RGB (Red+Green+Blue) = 134+41+62=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #86293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86293E is #79D6C1. Grayscale: #474747. Windows color (decimal): -7984834 or 4073862. OLE color: 4073862.

HSL color Cylindrical-coordinate representation of color #86293E: hue angle of 346.45º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86293E is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1344162-
CMYK00.690.540.47
HSL346.45º53.14%34.31%-
HSV(B)346.45º69.4%52.55%-
XYZ11.4975.3-
YUV71.2122.81172.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=56.54%
G=17.30%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134416200.690.540.47346.4553.1434.31
Hex86293E045362F15a3522
Octal2065176010566575326542
Binary1000011010100111111001000101110110101111101011010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86293E; }

 p { color: rgb(134,41,62); }

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

<style>
 a { background-color: #86293E; }

 a { background-color: rgb(134,41,62); }

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

<style>
 span { border-color: #86293E; }

 span { border-color: rgb(134,41,62); }

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