#8C1B38

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

Shades of Shiraz #8C1B38

Tints of Shiraz #8C1B38

Color information

#8C1B38 (or 0x8C1B38) is unknown color: approx Shiraz. HEX triplet: 8C, 1B and 38. RGB value is (140,27,56). Sum of RGB (Red+Green+Blue) = 140+27+56=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B38 is #73E4C7. Grayscale: #404040. Windows color (decimal): -7595208 or 3677068. OLE color: 3677068.

HSL color Cylindrical-coordinate representation of color #8C1B38: hue angle of 344.6º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B38 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB1402756-
CMYK00.810.60.45
HSL344.6º67.66%32.75%-
HSV(B)344.6º80.71%54.9%-
XYZ11.926.644.4-
YUV64.09123.44182.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=62.78%
G=12.11%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140275600.810.60.45344.667.6632.75
Hex8C1B380513C2D1594421
Octal21433700121745553110441
Binary1000110011011111000010100011111001011011010110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,27,56); }

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

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

 a { background-color: rgb(140,27,56); }

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

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

 span { border-color: rgb(140,27,56); }

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