#8F1536

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

Shades of Shiraz #8F1536

Tints of Shiraz #8F1536

Color information

#8F1536 (or 0x8F1536) is unknown color: approx Shiraz. HEX triplet: 8F, 15 and 36. RGB value is (143,21,54). Sum of RGB (Red+Green+Blue) = 143+21+54=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1536 is #70EAC9. Grayscale: #3D3D3D. Windows color (decimal): -7400138 or 3544463. OLE color: 3544463.

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

Color convert

RGB1432154-
CMYK00.850.620.44
HSL343.77º74.39%32.16%-
HSV(B)343.77º85.31%56.08%-
XYZ12.266.644.13-
YUV61.24123.92186.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65.60%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=65.60%
G=9.63%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143215400.850.620.44343.7774.3932.16
Hex8F15360553E2C1584a20
Octal21725660125765453011240
Binary1000111110101110110010101011111101011001010110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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