#8B1533

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

Shades of Shiraz #8B1533

Tints of Shiraz #8B1533

Color information

#8B1533 (or 0x8B1533) is unknown color: approx Shiraz. HEX triplet: 8B, 15 and 33. RGB value is (139,21,51). Sum of RGB (Red+Green+Blue) = 139+21+51=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1533 is #74EACC. Grayscale: #3B3B3B. Windows color (decimal): -7662285 or 3347851. OLE color: 3347851.

HSL color Cylindrical-coordinate representation of color #8B1533: hue angle of 344.75º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1533 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1392151-
CMYK00.850.630.45
HSL344.75º73.75%31.37%-
HSV(B)344.75º84.89%54.51%-
XYZ11.516.263.73-
YUV59.7123.09184.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=65.88%
G=9.95%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139215100.850.630.45344.7573.7531.37
Hex8B15330553F2D1594a1f
Octal21325630125775553111237
Binary100010111010111001101010101111111101101101011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,51); }

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

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

 a { background-color: rgb(139,21,51); }

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

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

 span { border-color: rgb(139,21,51); }

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