#8F183A

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

Shades of Shiraz #8F183A

Tints of Shiraz #8F183A

Color information

#8F183A (or 0x8F183A) is unknown color: approx Shiraz. HEX triplet: 8F, 18 and 3A. RGB value is (143,24,58). Sum of RGB (Red+Green+Blue) = 143+24+58=225 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.56% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 143 - color contains mainly: red. Hex color #8F183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F183A is #70E7C5. Grayscale: #3F3F3F. Windows color (decimal): -7399366 or 3807375. OLE color: 3807375.

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

Color convert

RGB1432458-
CMYK00.830.590.44
HSL342.86º71.26%32.75%-
HSV(B)342.86º83.22%56.08%-
XYZ12.426.84.66-
YUV63.46124.92184.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.56%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=63.56%
G=10.67%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143245800.830.590.44342.8671.2632.75
Hex8F183A0533B2C1574721
Octal21730720123735452710741
Binary1000111111000111010010100111110111011001010101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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