#8F153A

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

Shades of Shiraz #8F153A

Tints of Shiraz #8F153A

Color information

#8F153A (or 0x8F153A) is unknown color: approx Shiraz. HEX triplet: 8F, 15 and 3A. RGB value is (143,21,58). Sum of RGB (Red+Green+Blue) = 143+21+58=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F153A is #70EAC5. Grayscale: #3D3D3D. Windows color (decimal): -7400134 or 3806607. OLE color: 3806607.

HSL color Cylindrical-coordinate representation of color #8F153A: hue angle of 341.8º degrees, saturation: 0.74, 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 #8F153A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1432158-
CMYK00.850.590.44
HSL341.8º74.39%32.16%-
HSV(B)341.8º85.31%56.08%-
XYZ12.366.684.64-
YUV61.7125.92185.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=64.41%
G=9.46%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143215800.850.590.44341.874.3932.16
Hex8F153A0553B2C1564a20
Octal21725720125735452611240
Binary1000111110101111010010101011110111011001010101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,21,58); }

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

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

 a { background-color: rgb(143,21,58); }

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

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

 span { border-color: rgb(143,21,58); }

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