#8F1936

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

Shades of Shiraz #8F1936

Tints of Shiraz #8F1936

Color information

#8F1936 (or 0x8F1936) is unknown color: approx Shiraz. HEX triplet: 8F, 19 and 36. RGB value is (143,25,54). Sum of RGB (Red+Green+Blue) = 143+25+54=222 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.41% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1936 is #70E6C9. Grayscale: #3F3F3F. Windows color (decimal): -7399114 or 3545487. OLE color: 3545487.

HSL color Cylindrical-coordinate representation of color #8F1936: hue angle of 345.25º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1936 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1432554-
CMYK00.830.620.44
HSL345.25º70.24%32.94%-
HSV(B)345.25º82.52%56.08%-
XYZ12.346.84.15-
YUV63.59122.59184.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.41%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=64.41%
G=11.26%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143255400.830.620.44345.2570.2432.94
Hex8F19360533E2C1594621
Octal21731660123765453110641
Binary1000111111001110110010100111111101011001010110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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