#8D243D

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

Shades of Shiraz #8D243D

Tints of Shiraz #8D243D

Color information

#8D243D (or 0x8D243D) is unknown color: approx Shiraz. HEX triplet: 8D, 24 and 3D. RGB value is (141,36,61). Sum of RGB (Red+Green+Blue) = 141+36+61=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D243D is #72DBC2. Grayscale: #464646. Windows color (decimal): -7527363 or 4007053. OLE color: 4007053.

HSL color Cylindrical-coordinate representation of color #8D243D: hue angle of 345.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D243D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1413661-
CMYK00.740.570.45
HSL345.71º59.32%34.71%-
HSV(B)345.71º74.47%55.29%-
XYZ12.467.265.16-
YUV70.24122.79178.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=59.24%
G=15.13%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141366100.740.570.45345.7159.3234.71
Hex8D243D04A392D15a3b23
Octal2154475011271555327343
Binary1000110110010011110101001010111001101101101011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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