#8D152D

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

Shades of Shiraz #8D152D

Tints of Shiraz #8D152D

Color information

#8D152D (or 0x8D152D) is unknown color: approx Shiraz. HEX triplet: 8D, 15 and 2D. RGB value is (141,21,45). Sum of RGB (Red+Green+Blue) = 141+21+45=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D152D is #72EAD2. Grayscale: #3B3B3B. Windows color (decimal): -7531219 or 2954637. OLE color: 2954637.

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

Color convert

RGB1412145-
CMYK00.850.680.45
HSL348º74.07%31.76%-
HSV(B)348º85.11%55.29%-
XYZ11.736.393.1-
YUV59.62119.76186.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.12%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=68.12%
G=10.14%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141214500.850.680.4534874.0731.76
Hex8D152D055442D15c4a20
Octal215255501251045553411240
Binary10001101101011011010101010110001001011011010111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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