#8C1831

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

Shades of Shiraz #8C1831

Tints of Shiraz #8C1831

Color information

#8C1831 (or 0x8C1831) is unknown color: approx Shiraz. HEX triplet: 8C, 18 and 31. RGB value is (140,24,49). Sum of RGB (Red+Green+Blue) = 140+24+49=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1831 is #73E7CE. Grayscale: #3D3D3D. Windows color (decimal): -7595983 or 3217548. OLE color: 3217548.

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

Color convert

RGB1402449-
CMYK00.830.650.45
HSL347.07º70.73%32.16%-
HSV(B)347.07º82.86%54.9%-
XYZ11.76.453.53-
YUV61.53120.93183.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 65.73%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=65.73%
G=11.27%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140244900.830.650.45347.0770.7332.16
Hex8C1831053412D15b4720
Octal214306101231015553310740
Binary10001100110001100010101001110000011011011010110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,24,49); }

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

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

 a { background-color: rgb(140,24,49); }

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

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

 span { border-color: rgb(140,24,49); }

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