#8D233E

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

Shades of Shiraz #8D233E

Tints of Shiraz #8D233E

Color information

#8D233E (or 0x8D233E) is unknown color: approx Shiraz. HEX triplet: 8D, 23 and 3E. RGB value is (141,35,62). Sum of RGB (Red+Green+Blue) = 141+35+62=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D233E is #72DCC1. Grayscale: #454545. Windows color (decimal): -7527618 or 4072333. OLE color: 4072333.

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

Color convert

RGB1413562-
CMYK00.750.560.45
HSL344.72º60.23%34.51%-
HSV(B)344.72º75.18%55.29%-
XYZ12.467.215.29-
YUV69.77123.62178.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=59.24%
G=14.71%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141356200.750.560.45344.7260.2334.51
Hex8D233E04B382D1593c23
Octal2154376011370555317443
Binary1000110110001111111001001011111000101101101011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D233E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,35,62); }

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

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

 a { background-color: rgb(141,35,62); }

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

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

 span { border-color: rgb(141,35,62); }

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