#8C1530

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

Shades of Shiraz #8C1530

Tints of Shiraz #8C1530

Color information

#8C1530 (or 0x8C1530) is unknown color: approx Shiraz. HEX triplet: 8C, 15 and 30. RGB value is (140,21,48). Sum of RGB (Red+Green+Blue) = 140+21+48=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1530 is #73EACF. Grayscale: #3B3B3B. Windows color (decimal): -7596752 or 3151244. OLE color: 3151244.

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

Color convert

RGB1402148-
CMYK00.850.660.45
HSL346.39º73.91%31.57%-
HSV(B)346.39º85%54.9%-
XYZ11.626.333.4-
YUV59.66121.42185.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=66.99%
G=10.05%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140214800.850.660.45346.3973.9131.57
Hex8C1530055422D15a4a20
Octal214256001251025553211240
Binary10001100101011100000101010110000101011011010110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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