#8C273C

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

Shades of Shiraz #8C273C

Tints of Shiraz #8C273C

Color information

#8C273C (or 0x8C273C) is unknown color: approx Shiraz. HEX triplet: 8C, 27 and 3C. RGB value is (140,39,60). Sum of RGB (Red+Green+Blue) = 140+39+60=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C273C is #73D8C3. Grayscale: #474747. Windows color (decimal): -7592132 or 3942284. OLE color: 3942284.

HSL color Cylindrical-coordinate representation of color #8C273C: hue angle of 347.52º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C273C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1403960-
CMYK00.720.570.45
HSL347.52º56.42%35.1%-
HSV(B)347.52º72.14%54.9%-
XYZ12.367.355.04-
YUV71.59121.46176.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 58.58%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=58.58%
G=16.32%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140396000.720.570.45347.5256.4235.1
Hex8C273C048392D15c3823
Octal2144774011071555347043
Binary1000110010011111110001001000111001101101101011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,39,60); }

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

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

 a { background-color: rgb(140,39,60); }

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

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

 span { border-color: rgb(140,39,60); }

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