#8D133D

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

Shades of Shiraz #8D133D

Tints of Shiraz #8D133D

Color information

#8D133D (or 0x8D133D) is unknown color: approx Shiraz. HEX triplet: 8D, 13 and 3D. RGB value is (141,19,61). Sum of RGB (Red+Green+Blue) = 141+19+61=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D133D is #72ECC2. Grayscale: #3C3C3C. Windows color (decimal): -7531715 or 4002701. OLE color: 4002701.

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

Color convert

RGB1411961-
CMYK00.870.570.45
HSL339.34º76.25%31.37%-
HSV(B)339.34º86.52%55.29%-
XYZ12.066.475.03-
YUV60.27128.42185.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.80%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=63.80%
G=8.60%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141196100.870.570.45339.3476.2531.37
Hex8D133D057392D1534c1f
Octal21523750127715552311437
Binary100011011001111110101010111111001101101101010011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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