#8F223E

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

Shades of Shiraz #8F223E

Tints of Shiraz #8F223E

Color information

#8F223E (or 0x8F223E) is unknown color: approx Shiraz. HEX triplet: 8F, 22 and 3E. RGB value is (143,34,62). Sum of RGB (Red+Green+Blue) = 143+34+62=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F223E is #70DDC1. Grayscale: #454545. Windows color (decimal): -7396802 or 4072079. OLE color: 4072079.

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

Color convert

RGB1433462-
CMYK00.760.570.44
HSL344.59º61.58%34.71%-
HSV(B)344.59º76.22%56.08%-
XYZ12.777.335.3-
YUV69.78123.61180.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.83%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=59.83%
G=14.23%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143346200.760.570.44344.5961.5834.71
Hex8F223E04C392C1593e23
Octal2174276011471545317643
Binary1000111110001011111001001100111001101100101011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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