#86263B

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

Shades of Shiraz #86263B

Tints of Shiraz #86263B

Color information

#86263B (or 0x86263B) is unknown color: approx Shiraz. HEX triplet: 86, 26 and 3B. RGB value is (134,38,59). Sum of RGB (Red+Green+Blue) = 134+38+59=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86263B is #79D9C4. Grayscale: #454545. Windows color (decimal): -7985605 or 3876486. OLE color: 3876486.

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

Color convert

RGB1343859-
CMYK00.720.560.47
HSL346.88º55.81%33.73%-
HSV(B)346.88º71.64%52.55%-
XYZ11.316.774.85-
YUV69.1122.3174.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=58.01%
G=16.45%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134385900.720.560.47346.8855.8133.73
Hex86263B048382F15b3822
Octal2064673011070575337042
Binary1000011010011011101101001000111000101111101011011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86263B; }

 p { color: rgb(134,38,59); }

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

<style>
 a { background-color: #86263B; }

 a { background-color: rgb(134,38,59); }

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

<style>
 span { border-color: #86263B; }

 span { border-color: rgb(134,38,59); }

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