#8D153B

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

Shades of Shiraz #8D153B

Tints of Shiraz #8D153B

Color information

#8D153B (or 0x8D153B) is unknown color: approx Shiraz. HEX triplet: 8D, 15 and 3B. RGB value is (141,21,59). Sum of RGB (Red+Green+Blue) = 141+21+59=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D153B is #72EAC4. Grayscale: #3D3D3D. Windows color (decimal): -7531205 or 3872141. OLE color: 3872141.

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

Color convert

RGB1412159-
CMYK00.850.580.45
HSL341º74.07%31.76%-
HSV(B)341º85.11%55.29%-
XYZ12.046.514.76-
YUV61.21126.76184.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.80%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=63.80%
G=9.50%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141215900.850.580.4534174.0731.76
Hex8D153B0553A2D1554a20
Octal21525730125725552511240
Binary1000110110101111011010101011110101011011010101011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,59); }

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

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

 a { background-color: rgb(141,21,59); }

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

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

 span { border-color: rgb(141,21,59); }

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