#8b113a

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

Shades of Shiraz #8B113A

Tints of Shiraz #8B113A

Color information

#8B113A (or 0x8B113A) is unknown color: approx Shiraz. HEX triplet: 8B, 11 and 3A. RGB value is (139,17,58). Sum of RGB (Red+Green+Blue) = 139+17+58=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B113A is #74EEC5. Grayscale: #3A3A3A. Windows color (decimal): -7663302 or 3805579. OLE color: 3805579.

HSL color Cylindrical-coordinate representation of color #8B113A: hue angle of 339.84º 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 #8B113A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1391758-
CMYK00.880.580.45
HSL339.84º78.21%30.59%-
HSV(B)339.84º87.77%54.51%-
XYZ11.616.24.59-
YUV58.15127.92185.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=64.95%
G=7.94%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139175800.880.580.45339.8478.2130.59
Hex8B113A0583A2D1544e1f
Octal21321720130725552411637
Binary100010111000111101001011000111010101101101010100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b113a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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