#8F183C

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

Shades of Shiraz #8F183C

Tints of Shiraz #8F183C

Color information

#8F183C (or 0x8F183C) is unknown color: approx Shiraz. HEX triplet: 8F, 18 and 3C. RGB value is (143,24,60). Sum of RGB (Red+Green+Blue) = 143+24+60=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F183C is #70E7C3. Grayscale: #3F3F3F. Windows color (decimal): -7399364 or 3938447. OLE color: 3938447.

HSL color Cylindrical-coordinate representation of color #8F183C: hue angle of 341.85º degrees, saturation: 0.71, 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 #8F183C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB1432460-
CMYK00.830.580.44
HSL341.85º71.26%32.75%-
HSV(B)341.85º83.22%56.08%-
XYZ12.476.824.93-
YUV63.68125.92184.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.00%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=63.00%
G=10.57%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143246000.830.580.44341.8571.2632.75
Hex8F183C0533A2C1564721
Octal21730740123725452610741
Binary1000111111000111100010100111110101011001010101101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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