#8E143A

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

Shades of Shiraz #8E143A

Tints of Shiraz #8E143A

Color information

#8E143A (or 0x8E143A) is unknown color: approx Shiraz. HEX triplet: 8E, 14 and 3A. RGB value is (142,20,58). Sum of RGB (Red+Green+Blue) = 142+20+58=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E143A is #71EBC5. Grayscale: #3C3C3C. Windows color (decimal): -7465926 or 3806350. OLE color: 3806350.

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

Color convert

RGB1422058-
CMYK00.860.590.44
HSL341.31º75.31%31.76%-
HSV(B)341.31º85.92%55.69%-
XYZ12.176.564.63-
YUV60.81126.42185.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.55%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=64.55%
G=9.09%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142205800.860.590.44341.3175.3131.76
Hex8E143A0563B2C1554b20
Octal21624720126735452511340
Binary1000111010100111010010101101110111011001010101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,20,58); }

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

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

 a { background-color: rgb(142,20,58); }

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

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

 span { border-color: rgb(142,20,58); }

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