#8B192E

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

Shades of Shiraz #8B192E

Tints of Shiraz #8B192E

Color information

#8B192E (or 0x8B192E) is unknown color: approx Shiraz. HEX triplet: 8B, 19 and 2E. RGB value is (139,25,46). Sum of RGB (Red+Green+Blue) = 139+25+46=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B192E is #74E6D1. Grayscale: #3D3D3D. Windows color (decimal): -7661266 or 3021195. OLE color: 3021195.

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

Color convert

RGB1392546-
CMYK00.820.670.45
HSL348.95º69.51%32.16%-
HSV(B)348.95º82.01%54.51%-
XYZ11.496.383.21-
YUV61.48119.27183.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 46 (18.36% from 255) = 21.90%
R=66.19%
G=11.90%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139254600.820.670.45348.9569.5132.16
Hex8B192E052432D15d4620
Octal213315601221035553510640
Binary10001011110011011100101001010000111011011010111011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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