#8C193B

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

Shades of Shiraz #8C193B

Tints of Shiraz #8C193B

Color information

#8C193B (or 0x8C193B) is unknown color: approx Shiraz. HEX triplet: 8C, 19 and 3B. RGB value is (140,25,59). Sum of RGB (Red+Green+Blue) = 140+25+59=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C193B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C193B is #73E6C4. Grayscale: #3F3F3F. Windows color (decimal): -7595717 or 3873164. OLE color: 3873164.

HSL color Cylindrical-coordinate representation of color #8C193B: hue angle of 342.26º 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 #8C193B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1402559-
CMYK00.820.580.45
HSL342.26º69.7%32.35%-
HSV(B)342.26º82.14%54.9%-
XYZ11.956.594.78-
YUV63.26125.6182.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.5%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=62.5%
G=11.16%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140255900.820.580.45342.2669.732.35
Hex8C193B0523A2D1564620
Octal21431730122725552610640
Binary1000110011001111011010100101110101011011010101101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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