#8F133A

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

Shades of Shiraz #8F133A

Tints of Shiraz #8F133A

Color information

#8F133A (or 0x8F133A) is unknown color: approx Shiraz. HEX triplet: 8F, 13 and 3A. RGB value is (143,19,58). Sum of RGB (Red+Green+Blue) = 143+19+58=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F133A is #70ECC5. Grayscale: #3C3C3C. Windows color (decimal): -7400646 or 3806095. OLE color: 3806095.

HSL color Cylindrical-coordinate representation of color #8F133A: hue angle of 341.13º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F133A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB1431958-
CMYK00.870.590.44
HSL341.13º76.54%31.76%-
HSV(B)341.13º86.71%56.08%-
XYZ12.326.614.63-
YUV60.52126.58186.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 65%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=65%
G=8.64%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143195800.870.590.44341.1376.5431.76
Hex8F133A0573B2C1554d20
Octal21723720127735452511540
Binary1000111110011111010010101111110111011001010101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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