#86223D

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

Shades of Shiraz #86223D

Tints of Shiraz #86223D

Color information

#86223D (or 0x86223D) is unknown color: approx Shiraz. HEX triplet: 86, 22 and 3D. RGB value is (134,34,61). Sum of RGB (Red+Green+Blue) = 134+34+61=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86223D is #79DDC2. Grayscale: #424242. Windows color (decimal): -7986627 or 4006534. OLE color: 4006534.

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

Color convert

RGB1343461-
CMYK00.750.540.47
HSL343.8º59.52%32.94%-
HSV(B)343.8º74.63%52.55%-
XYZ11.256.555.09-
YUV66.98124.63175.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=58.52%
G=14.85%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134346100.750.540.47343.859.5232.94
Hex86223D04B362F1583c21
Octal2064275011366575307441
Binary1000011010001011110101001011110110101111101011000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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