#8D133A

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

Shades of Shiraz #8D133A

Tints of Shiraz #8D133A

Color information

#8D133A (or 0x8D133A) is unknown color: approx Shiraz. HEX triplet: 8D, 13 and 3A. RGB value is (141,19,58). Sum of RGB (Red+Green+Blue) = 141+19+58=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D133A is #72ECC5. Grayscale: #3B3B3B. Windows color (decimal): -7531718 or 3806093. OLE color: 3806093.

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

Color convert

RGB1411958-
CMYK00.870.590.45
HSL340.82º76.25%31.37%-
HSV(B)340.82º86.52%55.29%-
XYZ11.986.434.61-
YUV59.92126.92185.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.68%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=64.68%
G=8.72%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141195800.870.590.45340.8276.2531.37
Hex8D133A0573B2D1554c1f
Octal21523720127735552511437
Binary100011011001111101001010111111011101101101010101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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