#8B293E

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

Shades of Shiraz #8B293E

Tints of Shiraz #8B293E

Color information

#8B293E (or 0x8B293E) is unknown color: approx Shiraz. HEX triplet: 8B, 29 and 3E. RGB value is (139,41,62). Sum of RGB (Red+Green+Blue) = 139+41+62=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293E is #74D6C1. Grayscale: #484848. Windows color (decimal): -7657154 or 4073867. OLE color: 4073867.

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

Color convert

RGB1394162-
CMYK00.710.550.45
HSL347.14º54.44%35.29%-
HSV(B)347.14º70.5%54.51%-
XYZ12.317.425.34-
YUV72.7121.97175.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=57.44%
G=16.94%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139416200.710.550.45347.1454.4435.29
Hex8B293E047372D15b3623
Octal2135176010767555336643
Binary1000101110100111111001000111110111101101101011011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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