#8F243E

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

Shades of Shiraz #8F243E

Tints of Shiraz #8F243E

Color information

#8F243E (or 0x8F243E) is unknown color: approx Shiraz. HEX triplet: 8F, 24 and 3E. RGB value is (143,36,62). Sum of RGB (Red+Green+Blue) = 143+36+62=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F243E is #70DBC1. Grayscale: #464646. Windows color (decimal): -7396290 or 4072591. OLE color: 4072591.

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

Color convert

RGB1433662-
CMYK00.750.570.44
HSL345.42º59.78%35.1%-
HSV(B)345.42º74.83%56.08%-
XYZ12.837.455.32-
YUV70.96122.95179.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.34%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=59.34%
G=14.94%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143366200.750.570.44345.4259.7835.1
Hex8F243E04B392C1593c23
Octal2174476011371545317443
Binary1000111110010011111001001011111001101100101011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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