#8B293B

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

Shades of Shiraz #8B293B

Tints of Shiraz #8B293B

Color information

#8B293B (or 0x8B293B) is unknown color: approx Shiraz. HEX triplet: 8B, 29 and 3B. RGB value is (139,41,59). Sum of RGB (Red+Green+Blue) = 139+41+59=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293B is #74D6C4. Grayscale: #484848. Windows color (decimal): -7657157 or 3877259. OLE color: 3877259.

HSL color Cylindrical-coordinate representation of color #8B293B: hue angle of 348.98º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B293B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB1394159-
CMYK00.710.580.45
HSL348.98º54.44%35.29%-
HSV(B)348.98º70.5%54.51%-
XYZ12.237.394.92-
YUV72.35120.47175.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=58.16%
G=17.15%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139415900.710.580.45348.9854.4435.29
Hex8B293B0473A2D15d3623
Octal2135173010772555356643
Binary1000101110100111101101000111111010101101101011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,59); }

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

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

 a { background-color: rgb(139,41,59); }

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

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

 span { border-color: rgb(139,41,59); }

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