#8D194B

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

Shades of Disco #8D194B

Tints of Disco #8D194B

Color information

#8D194B (or 0x8D194B) is unknown color: approx Disco. HEX triplet: 8D, 19 and 4B. RGB value is (141,25,75). Sum of RGB (Red+Green+Blue) = 141+25+75=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D194B is #72E6B4. Grayscale: #414141. Windows color (decimal): -7530165 or 4921741. OLE color: 4921741.

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

Color convert

RGB1412575-
CMYK00.820.470.45
HSL334.14º69.88%32.55%-
HSV(B)334.14º82.27%55.29%-
XYZ12.66.877.32-
YUV65.38133.43181.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.51%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=58.51%
G=10.37%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141257500.820.470.45334.1469.8832.55
Hex8D194B0522F2D14e4621
Octal215311130122575551610641
Binary10001101110011001011010100101011111011011010011101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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