#8D142E

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

Shades of Shiraz #8D142E

Tints of Shiraz #8D142E

Color information

#8D142E (or 0x8D142E) is unknown color: approx Shiraz. HEX triplet: 8D, 14 and 2E. RGB value is (141,20,46). Sum of RGB (Red+Green+Blue) = 141+20+46=207 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.12% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 141 - color contains mainly: red. Hex color #8D142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D142E is #72EBD1. Grayscale: #3B3B3B. Windows color (decimal): -7531474 or 3019917. OLE color: 3019917.

HSL color Cylindrical-coordinate representation of color #8D142E: hue angle of 347.11º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D142E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1412046-
CMYK00.860.670.45
HSL347.11º75.16%31.57%-
HSV(B)347.11º85.82%55.29%-
XYZ11.736.363.19-
YUV59.14120.59186.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.12%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=68.12%
G=9.66%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141204600.860.670.45347.1175.1631.57
Hex8D142E056432D15b4b20
Octal215245601261035553311340
Binary10001101101001011100101011010000111011011010110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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