#8C2E40

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

Shades of Shiraz #8C2E40

Tints of Shiraz #8C2E40

Color information

#8C2E40 (or 0x8C2E40) is unknown color: approx Shiraz. HEX triplet: 8C, 2E and 40. RGB value is (140,46,64). Sum of RGB (Red+Green+Blue) = 140+46+64=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E40 is #73D1BF. Grayscale: #4C4C4C. Windows color (decimal): -7590336 or 4206220. OLE color: 4206220.

HSL color Cylindrical-coordinate representation of color #8C2E40: hue angle of 348.51º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E40 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB1404664-
CMYK00.670.540.45
HSL348.51º50.54%36.47%-
HSV(B)348.51º67.14%54.9%-
XYZ12.727.95.7-
YUV76.16121.14173.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 64 (25.39% from 255) = 25.6%
R=56%
G=18.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140466400.670.540.45348.5150.5436.47
Hex8C2E40043362D15d3324
Octal21456100010366555356344
Binary10001100101110100000001000011110110101101101011101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,64); }

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

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

 a { background-color: rgb(140,46,64); }

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

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

 span { border-color: rgb(140,46,64); }

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