#86273F

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

Shades of Shiraz #86273F

Tints of Shiraz #86273F

Color information

#86273F (or 0x86273F) is unknown color: approx Shiraz. HEX triplet: 86, 27 and 3F. RGB value is (134,39,63). Sum of RGB (Red+Green+Blue) = 134+39+63=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #86273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86273F is #79D8C0. Grayscale: #464646. Windows color (decimal): -7985345 or 4138886. OLE color: 4138886.

HSL color Cylindrical-coordinate representation of color #86273F: hue angle of 344.84º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86273F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1343963-
CMYK00.710.530.47
HSL344.84º54.91%33.92%-
HSV(B)344.84º70.9%52.55%-
XYZ11.456.885.43-
YUV70.14123.97173.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 63 (25% from 255) = 26.69%
R=56.78%
G=16.53%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134396300.710.530.47344.8454.9133.92
Hex86273F047352F1593722
Octal2064777010765575316742
Binary1000011010011111111101000111110101101111101011001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,39,63); }

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

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

 a { background-color: rgb(134,39,63); }

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

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

 span { border-color: rgb(134,39,63); }

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