#8F243F

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

Shades of Shiraz #8F243F

Tints of Shiraz #8F243F

Color information

#8F243F (or 0x8F243F) is unknown color: approx Shiraz. HEX triplet: 8F, 24 and 3F. RGB value is (143,36,63). Sum of RGB (Red+Green+Blue) = 143+36+63=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F243F is #70DBC0. Grayscale: #474747. Windows color (decimal): -7396289 or 4138127. OLE color: 4138127.

HSL color Cylindrical-coordinate representation of color #8F243F: hue angle of 344.86º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F243F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1433663-
CMYK00.750.560.44
HSL344.86º59.78%35.1%-
HSV(B)344.86º74.83%56.08%-
XYZ12.867.465.47-
YUV71.07123.45179.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 63 (25% from 255) = 26.03%
R=59.09%
G=14.88%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143366300.750.560.44344.8659.7835.1
Hex8F243F04B382C1593c23
Octal2174477011370545317443
Binary1000111110010011111101001011111000101100101011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,36,63); }

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

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

 a { background-color: rgb(143,36,63); }

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

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

 span { border-color: rgb(143,36,63); }

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