#8B1639

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

Shades of Shiraz #8B1639

Tints of Shiraz #8B1639

Color information

#8B1639 (or 0x8B1639) is unknown color: approx Shiraz. HEX triplet: 8B, 16 and 39. RGB value is (139,22,57). Sum of RGB (Red+Green+Blue) = 139+22+57=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1639 is #74E9C6. Grayscale: #3C3C3C. Windows color (decimal): -7662023 or 3741323. OLE color: 3741323.

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

Color convert

RGB1392257-
CMYK00.840.590.45
HSL342.05º72.67%31.57%-
HSV(B)342.05º84.17%54.51%-
XYZ11.676.364.48-
YUV60.97125.76183.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=63.76%
G=10.09%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139225700.840.590.45342.0572.6731.57
Hex8B16390543B2D1564920
Octal21326710124735552611140
Binary1000101110110111001010101001110111011011010101101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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