#8C1630

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

Shades of Shiraz #8C1630

Tints of Shiraz #8C1630

Color information

#8C1630 (or 0x8C1630) is unknown color: approx Shiraz. HEX triplet: 8C, 16 and 30. RGB value is (140,22,48). Sum of RGB (Red+Green+Blue) = 140+22+48=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1630 is #73E9CF. Grayscale: #3C3C3C. Windows color (decimal): -7596496 or 3151500. OLE color: 3151500.

HSL color Cylindrical-coordinate representation of color #8C1630: hue angle of 346.78º degrees, saturation: 0.73, 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 #8C1630 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1402248-
CMYK00.840.660.45
HSL346.78º72.84%31.76%-
HSV(B)346.78º84.29%54.9%-
XYZ11.646.363.41-
YUV60.25121.09184.89-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=66.67%
G=10.48%
B=22.86%

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
Decimal140224800.840.660.45346.7872.8431.76
Hex8C1630054422D15b4920
Octal214266001241025553311140
Binary10001100101101100000101010010000101011011010110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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