#86293A

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

Shades of Shiraz #86293A

Tints of Shiraz #86293A

Color information

#86293A (or 0x86293A) is unknown color: approx Shiraz. HEX triplet: 86, 29 and 3A. RGB value is (134,41,58). Sum of RGB (Red+Green+Blue) = 134+41+58=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86293A is #79D6C5. Grayscale: #464646. Windows color (decimal): -7984838 or 3811718. OLE color: 3811718.

HSL color Cylindrical-coordinate representation of color #86293A: hue angle of 349.03º 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 #86293A is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1344158-
CMYK00.690.570.47
HSL349.03º53.14%34.31%-
HSV(B)349.03º69.4%52.55%-
XYZ11.396.964.75-
YUV70.74120.81173.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=57.51%
G=17.60%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134415800.690.570.47349.0353.1434.31
Hex86293A045392F15d3522
Octal2065172010571575356542
Binary1000011010100111101001000101111001101111101011101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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