#86243D

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

Shades of Shiraz #86243D

Tints of Shiraz #86243D

Color information

#86243D (or 0x86243D) is unknown color: approx Shiraz. HEX triplet: 86, 24 and 3D. RGB value is (134,36,61). Sum of RGB (Red+Green+Blue) = 134+36+61=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86243D is #79DBC2. Grayscale: #444444. Windows color (decimal): -7986115 or 4007046. OLE color: 4007046.

HSL color Cylindrical-coordinate representation of color #86243D: hue angle of 344.69º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86243D is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1343661-
CMYK00.730.540.47
HSL344.69º57.65%33.33%-
HSV(B)344.69º73.13%52.55%-
XYZ11.36.675.11-
YUV68.15123.97174.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=58.01%
G=15.58%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134366100.730.540.47344.6957.6533.33
Hex86243D049362F1593a21
Octal2064475011166575317241
Binary1000011010010011110101001001110110101111101011001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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