#8D152C

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

Shades of Shiraz #8D152C

Tints of Shiraz #8D152C

Color information

#8D152C (or 0x8D152C) is unknown color: approx Shiraz. HEX triplet: 8D, 15 and 2C. RGB value is (141,21,44). Sum of RGB (Red+Green+Blue) = 141+21+44=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D152C is #72EAD3. Grayscale: #3B3B3B. Windows color (decimal): -7531220 or 2889101. OLE color: 2889101.

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

Color convert

RGB1412144-
CMYK00.850.690.45
HSL348.5º74.07%31.76%-
HSV(B)348.5º85.11%55.29%-
XYZ11.716.383-
YUV59.5119.26186.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=68.45%
G=10.19%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141214400.850.690.45348.574.0731.76
Hex8D152C055452D15c4a20
Octal215255401251055553411240
Binary10001101101011011000101010110001011011011010111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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