#86212F

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

Shades of Shiraz #86212F

Tints of Shiraz #86212F

Color information

#86212F (or 0x86212F) is unknown color: approx Shiraz. HEX triplet: 86, 21 and 2F. RGB value is (134,33,47). Sum of RGB (Red+Green+Blue) = 134+33+47=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86212F is #79DED0. Grayscale: #404040. Windows color (decimal): -7986897 or 3088774. OLE color: 3088774.

HSL color Cylindrical-coordinate representation of color #86212F: hue angle of 351.68º 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 #86212F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1343347-
CMYK00.750.650.47
HSL351.68º60.48%32.75%-
HSV(B)351.68º75.37%52.55%-
XYZ10.896.363.34-
YUV64.8117.96177.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=62.62%
G=15.42%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134334700.750.650.47351.6860.4832.75
Hex86212F04B412F1603c21
Octal20641570113101575407441
Binary10000110100001101111010010111000001101111101100000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86212F; }

 p { color: rgb(134,33,47); }

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

<style>
 a { background-color: #86212F; }

 a { background-color: rgb(134,33,47); }

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

<style>
 span { border-color: #86212F; }

 span { border-color: rgb(134,33,47); }

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