#8C193A

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

Shades of Shiraz #8C193A

Tints of Shiraz #8C193A

Color information

#8C193A (or 0x8C193A) is unknown color: approx Shiraz. HEX triplet: 8C, 19 and 3A. RGB value is (140,25,58). Sum of RGB (Red+Green+Blue) = 140+25+58=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193A is #73E6C5. Grayscale: #3F3F3F. Windows color (decimal): -7595718 or 3807628. OLE color: 3807628.

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

Color convert

RGB1402558-
CMYK00.820.590.45
HSL342.78º69.7%32.35%-
HSV(B)342.78º82.14%54.9%-
XYZ11.936.584.64-
YUV63.15125.1182.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=62.78%
G=11.21%
B=26.01%

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
Decimal140255800.820.590.45342.7869.732.35
Hex8C193A0523B2D1574620
Octal21431720122735552710640
Binary1000110011001111010010100101110111011011010101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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