#8B1532

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

Shades of Shiraz #8B1532

Tints of Shiraz #8B1532

Color information

#8B1532 (or 0x8B1532) is unknown color: approx Shiraz. HEX triplet: 8B, 15 and 32. RGB value is (139,21,50). Sum of RGB (Red+Green+Blue) = 139+21+50=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1532 is #74EACD. Grayscale: #3B3B3B. Windows color (decimal): -7662286 or 3282315. OLE color: 3282315.

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

Color convert

RGB1392150-
CMYK00.850.640.45
HSL345.25º73.75%31.37%-
HSV(B)345.25º84.89%54.51%-
XYZ11.496.263.62-
YUV59.59122.59184.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=66.19%
G=10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139215000.850.640.45345.2573.7531.37
Hex8B1532055402D1594a1f
Octal213256201251005553111237
Binary1000101110101110010010101011000000101101101011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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