#8d1331

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

Shades of Shiraz #8D1331

Tints of Shiraz #8D1331

Color information

#8D1331 (or 0x8D1331) is unknown color: approx Shiraz. HEX triplet: 8D, 13 and 31. RGB value is (141,19,49). Sum of RGB (Red+Green+Blue) = 141+19+49=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1331 is #72ECCE. Grayscale: #3A3A3A. Windows color (decimal): -7531727 or 3216269. OLE color: 3216269.

HSL color Cylindrical-coordinate representation of color #8D1331: hue angle of 345.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1331 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1411949-
CMYK00.870.650.45
HSL345.25º76.25%31.37%-
HSV(B)345.25º86.52%55.29%-
XYZ11.776.353.51-
YUV58.9122.42186.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 67.46%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=67.46%
G=9.09%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141194900.870.650.45345.2576.2531.37
Hex8D1331057412D1594c1f
Octal215236101271015553111437
Binary1000110110011110001010101111000001101101101011001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d1331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,49); }

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

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

 a { background-color: rgb(141,19,49); }

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

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

 span { border-color: rgb(141,19,49); }

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