#8B163A

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

Shades of Shiraz #8B163A

Tints of Shiraz #8B163A

Color information

#8B163A (or 0x8B163A) is unknown color: approx Shiraz. HEX triplet: 8B, 16 and 3A. RGB value is (139,22,58). Sum of RGB (Red+Green+Blue) = 139+22+58=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B163A is #74E9C5. Grayscale: #3D3D3D. Windows color (decimal): -7662022 or 3806859. OLE color: 3806859.

HSL color Cylindrical-coordinate representation of color #8B163A: hue angle of 341.54º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B163A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1392258-
CMYK00.840.580.45
HSL341.54º72.67%31.57%-
HSV(B)341.54º84.17%54.51%-
XYZ11.76.374.62-
YUV61.09126.26183.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=63.47%
G=10.05%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139225800.840.580.45341.5472.6731.57
Hex8B163A0543A2D1564920
Octal21326720124725552611140
Binary1000101110110111010010101001110101011011010101101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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