#8C1730

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

Shades of Shiraz #8C1730

Tints of Shiraz #8C1730

Color information

#8C1730 (or 0x8C1730) is unknown color: approx Shiraz. HEX triplet: 8C, 17 and 30. RGB value is (140,23,48). Sum of RGB (Red+Green+Blue) = 140+23+48=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1730 is #73E8CF. Grayscale: #3C3C3C. Windows color (decimal): -7596240 or 3151756. OLE color: 3151756.

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

Color convert

RGB1402348-
CMYK00.840.660.45
HSL347.18º71.78%31.96%-
HSV(B)347.18º83.57%54.9%-
XYZ11.666.43.42-
YUV60.83120.76184.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 23 (9.38% from 255) = 10.90%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=66.35%
G=10.90%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140234800.840.660.45347.1871.7831.96
Hex8C1730054422D15b4820
Octal214276001241025553311040
Binary10001100101111100000101010010000101011011010110111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,48); }

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

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

 a { background-color: rgb(140,23,48); }

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

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

 span { border-color: rgb(140,23,48); }

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