#8B193E

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

Shades of Shiraz #8B193E

Tints of Shiraz #8B193E

Color information

#8B193E (or 0x8B193E) is unknown color: approx Shiraz. HEX triplet: 8B, 19 and 3E. RGB value is (139,25,62). Sum of RGB (Red+Green+Blue) = 139+25+62=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B193E is #74E6C1. Grayscale: #3F3F3F. Windows color (decimal): -7661250 or 4069771. OLE color: 4069771.

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

Color convert

RGB1392562-
CMYK00.820.550.45
HSL340.53º69.51%32.16%-
HSV(B)340.53º82.01%54.51%-
XYZ11.866.535.19-
YUV63.3127.27181.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=61.50%
G=11.06%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139256200.820.550.45340.5369.5132.16
Hex8B193E052372D1554620
Octal21331760122675552510640
Binary1000101111001111110010100101101111011011010101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,62); }

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

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

 a { background-color: rgb(139,25,62); }

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

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

 span { border-color: rgb(139,25,62); }

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