#8D2433

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

Shades of Shiraz #8D2433

Tints of Shiraz #8D2433

Color information

#8D2433 (or 0x8D2433) is unknown color: approx Shiraz. HEX triplet: 8D, 24 and 33. RGB value is (141,36,51). Sum of RGB (Red+Green+Blue) = 141+36+51=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2433 is #72DBCC. Grayscale: #454545. Windows color (decimal): -7527373 or 3351693. OLE color: 3351693.

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

Color convert

RGB1413651-
CMYK00.740.640.45
HSL351.43º59.32%34.71%-
HSV(B)351.43º74.47%55.29%-
XYZ12.217.163.87-
YUV69.1117.79179.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.84%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=61.84%
G=15.79%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141365100.740.640.45351.4359.3234.71
Hex8D243304A402D15f3b23
Octal21544630112100555377343
Binary10001101100100110011010010101000000101101101011111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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