#86213E

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

Shades of Shiraz #86213E

Tints of Shiraz #86213E

Color information

#86213E (or 0x86213E) is unknown color: approx Shiraz. HEX triplet: 86, 21 and 3E. RGB value is (134,33,62). Sum of RGB (Red+Green+Blue) = 134+33+62=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86213E is #79DEC1. Grayscale: #424242. Windows color (decimal): -7986882 or 4071814. OLE color: 4071814.

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

Color convert

RGB1343362-
CMYK00.750.540.47
HSL342.77º60.48%32.75%-
HSV(B)342.77º75.37%52.55%-
XYZ11.246.55.22-
YUV66.5125.46176.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=58.52%
G=14.41%
B=27.07%

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
Decimal134336200.750.540.47342.7760.4832.75
Hex86213E04B362F1573c21
Octal2064176011366575277441
Binary1000011010000111111001001011110110101111101010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86213E; }

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

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

<style>
 a { background-color: #86213E; }

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

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

<style>
 span { border-color: #86213E; }

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

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