#8D334B

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

Shades of Disco #8D334B

Tints of Disco #8D334B

Color information

#8D334B (or 0x8D334B) is unknown color: approx Disco. HEX triplet: 8D, 33 and 4B. RGB value is (141,51,75). Sum of RGB (Red+Green+Blue) = 141+51+75=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D334B is #72CCB4. Grayscale: #505050. Windows color (decimal): -7523509 or 4928397. OLE color: 4928397.

HSL color Cylindrical-coordinate representation of color #8D334B: hue angle of 344º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D334B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1415175-
CMYK00.640.470.45
HSL344º46.88%37.65%-
HSV(B)344º63.83%55.29%-
XYZ13.448.547.6-
YUV80.65124.82171.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=52.81%
G=19.10%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141517500.640.470.4534446.8837.65
Hex8D334B0402F2D1582f26
Octal21563113010057555305746
Binary10001101110011100101101000000101111101101101011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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