#8B293C

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

Shades of Shiraz #8B293C

Tints of Shiraz #8B293C

Color information

#8B293C (or 0x8B293C) is unknown color: approx Shiraz. HEX triplet: 8B, 29 and 3C. RGB value is (139,41,60). Sum of RGB (Red+Green+Blue) = 139+41+60=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293C is #74D6C3. Grayscale: #484848. Windows color (decimal): -7657156 or 3942795. OLE color: 3942795.

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

Color convert

RGB1394160-
CMYK00.710.570.45
HSL348.37º54.44%35.29%-
HSV(B)348.37º70.5%54.51%-
XYZ12.267.45.06-
YUV72.47120.97175.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.92%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 60 (23.83% from 255) = 25%
R=57.92%
G=17.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139416000.710.570.45348.3754.4435.29
Hex8B293C047392D15c3623
Octal2135174010771555346643
Binary1000101110100111110001000111111001101101101011100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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