#8F123C

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

Shades of Shiraz #8F123C

Tints of Shiraz #8F123C

Color information

#8F123C (or 0x8F123C) is unknown color: approx Shiraz. HEX triplet: 8F, 12 and 3C. RGB value is (143,18,60). Sum of RGB (Red+Green+Blue) = 143+18+60=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F123C is #70EDC3. Grayscale: #3C3C3C. Windows color (decimal): -7400900 or 3936911. OLE color: 3936911.

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

Color convert

RGB1431860-
CMYK00.870.580.44
HSL339.84º77.64%31.57%-
HSV(B)339.84º87.41%56.08%-
XYZ12.366.64.9-
YUV60.16127.91187.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 64.71%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=64.71%
G=8.14%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143186000.870.580.44339.8477.6431.57
Hex8F123C0573A2C1544e20
Octal21722740127725452411640
Binary1000111110010111100010101111110101011001010101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,18,60); }

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

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

 a { background-color: rgb(143,18,60); }

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

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

 span { border-color: rgb(143,18,60); }

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