#8B1136

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

Shades of Shiraz #8B1136

Tints of Shiraz #8B1136

Color information

#8B1136 (or 0x8B1136) is unknown color: approx Shiraz. HEX triplet: 8B, 11 and 36. RGB value is (139,17,54). Sum of RGB (Red+Green+Blue) = 139+17+54=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1136 is #74EEC9. Grayscale: #393939. Windows color (decimal): -7663306 or 3543435. OLE color: 3543435.

HSL color Cylindrical-coordinate representation of color #8B1136: hue angle of 341.8º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1136 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB1391754-
CMYK00.880.610.45
HSL341.8º78.21%30.59%-
HSV(B)341.8º87.77%54.51%-
XYZ11.516.164.07-
YUV57.7125.92185.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=66.19%
G=8.10%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139175400.880.610.45341.878.2130.59
Hex8B11360583D2D1564e1f
Octal21321660130755552611637
Binary100010111000111011001011000111101101101101010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,54); }

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

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

 a { background-color: rgb(139,17,54); }

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

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

 span { border-color: rgb(139,17,54); }

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