#86263C

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

Shades of Shiraz #86263C

Tints of Shiraz #86263C

Color information

#86263C (or 0x86263C) is unknown color: approx Shiraz. HEX triplet: 86, 26 and 3C. RGB value is (134,38,60). Sum of RGB (Red+Green+Blue) = 134+38+60=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86263C is #79D9C3. Grayscale: #454545. Windows color (decimal): -7985604 or 3942022. OLE color: 3942022.

HSL color Cylindrical-coordinate representation of color #86263C: hue angle of 346.25º 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 #86263C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1343860-
CMYK00.720.550.47
HSL346.25º55.81%33.73%-
HSV(B)346.25º71.64%52.55%-
XYZ11.346.784.99-
YUV69.21122.8174.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=57.76%
G=16.38%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134386000.720.550.47346.2555.8133.73
Hex86263C048372F15a3822
Octal2064674011067575327042
Binary1000011010011011110001001000110111101111101011010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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