#8D193A

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

Shades of Shiraz #8D193A

Tints of Shiraz #8D193A

Color information

#8D193A (or 0x8D193A) is unknown color: approx Shiraz. HEX triplet: 8D, 19 and 3A. RGB value is (141,25,58). Sum of RGB (Red+Green+Blue) = 141+25+58=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D193A is #72E6C5. Grayscale: #3F3F3F. Windows color (decimal): -7530182 or 3807629. OLE color: 3807629.

HSL color Cylindrical-coordinate representation of color #8D193A: hue angle of 342.93º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D193A is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1412558-
CMYK00.820.590.45
HSL342.93º69.88%32.55%-
HSV(B)342.93º82.27%55.29%-
XYZ12.16.664.65-
YUV63.45124.93183.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=62.95%
G=11.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141255800.820.590.45342.9369.8832.55
Hex8D193A0523B2D1574621
Octal21531720122735552710641
Binary1000110111001111010010100101110111011011010101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,58); }

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

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

 a { background-color: rgb(141,25,58); }

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

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

 span { border-color: rgb(141,25,58); }

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