#8F163D

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

Shades of Shiraz #8F163D

Tints of Shiraz #8F163D

Color information

#8F163D (or 0x8F163D) is unknown color: approx Shiraz. HEX triplet: 8F, 16 and 3D. RGB value is (143,22,61). Sum of RGB (Red+Green+Blue) = 143+22+61=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F163D is #70E9C2. Grayscale: #3E3E3E. Windows color (decimal): -7399875 or 4003471. OLE color: 4003471.

HSL color Cylindrical-coordinate representation of color #8F163D: hue angle of 340.66º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F163D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1432261-
CMYK00.850.570.44
HSL340.66º73.33%32.35%-
HSV(B)340.66º84.62%56.08%-
XYZ12.466.755.06-
YUV62.62127.09185.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.27%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=63.27%
G=9.73%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143226100.850.570.44340.6673.3332.35
Hex8F163D055392C1554920
Octal21726750125715452511140
Binary1000111110110111101010101011110011011001010101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F163D; }

 p { color: rgb(143,22,61); }

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

<style>
 a { background-color: #8F163D; }

 a { background-color: rgb(143,22,61); }

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

<style>
 span { border-color: #8F163D; }

 span { border-color: rgb(143,22,61); }

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