#8D2334

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

Shades of Shiraz #8D2334

Tints of Shiraz #8D2334

Color information

#8D2334 (or 0x8D2334) is unknown color: approx Shiraz. HEX triplet: 8D, 23 and 34. RGB value is (141,35,52). Sum of RGB (Red+Green+Blue) = 141+35+52=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2334 is #72DCCB. Grayscale: #444444. Windows color (decimal): -7527628 or 3416973. OLE color: 3416973.

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

Color convert

RGB1413552-
CMYK00.750.630.45
HSL350.38º60.23%34.51%-
HSV(B)350.38º75.18%55.29%-
XYZ12.217.113.98-
YUV68.63118.62179.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.84%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=61.84%
G=15.35%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141355200.750.630.45350.3860.2334.51
Hex8D233404B3F2D15e3c23
Octal2154364011377555367443
Binary1000110110001111010001001011111111101101101011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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