#8D132E

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

Shades of Shiraz #8D132E

Tints of Shiraz #8D132E

Color information

#8D132E (or 0x8D132E) is unknown color: approx Shiraz. HEX triplet: 8D, 13 and 2E. RGB value is (141,19,46). Sum of RGB (Red+Green+Blue) = 141+19+46=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D132E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D132E is #72ECD1. Grayscale: #3A3A3A. Windows color (decimal): -7531730 or 3019661. OLE color: 3019661.

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

Color convert

RGB1411946-
CMYK00.870.670.45
HSL346.72º76.25%31.37%-
HSV(B)346.72º86.52%55.29%-
XYZ11.716.333.19-
YUV58.56120.92186.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=68.45%
G=9.22%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141194600.870.670.45346.7276.2531.37
Hex8D132E057432D15b4c1f
Octal215235601271035553311437
Binary1000110110011101110010101111000011101101101011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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