#8D1238

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

Shades of Shiraz #8D1238

Tints of Shiraz #8D1238

Color information

#8D1238 (or 0x8D1238) is unknown color: approx Shiraz. HEX triplet: 8D, 12 and 38. RGB value is (141,18,56). Sum of RGB (Red+Green+Blue) = 141+18+56=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1238 is #72EDC7. Grayscale: #3B3B3B. Windows color (decimal): -7531976 or 3674765. OLE color: 3674765.

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

Color convert

RGB1411856-
CMYK00.870.600.45
HSL341.46º77.36%31.18%-
HSV(B)341.46º87.23%55.29%-
XYZ11.916.384.35-
YUV59.11126.25186.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 65.58%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=65.58%
G=8.37%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141185600.870.600.45341.4677.3631.18
Hex8D12380573C2D1554d1f
Octal21522700127745552511537
Binary100011011001011100001010111111100101101101010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,18,56); }

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

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

 a { background-color: rgb(141,18,56); }

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

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

 span { border-color: rgb(141,18,56); }

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