#8D264A

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

Shades of Disco #8D264A

Tints of Disco #8D264A

Color information

#8D264A (or 0x8D264A) is unknown color: approx Disco. HEX triplet: 8D, 26 and 4A. RGB value is (141,38,74). Sum of RGB (Red+Green+Blue) = 141+38+74=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D264A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D264A is #72D9B5. Grayscale: #484848. Windows color (decimal): -7526838 or 4859533. OLE color: 4859533.

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

Color convert

RGB1413874-
CMYK00.730.480.45
HSL339.03º57.54%35.1%-
HSV(B)339.03º73.05%55.29%-
XYZ12.917.547.25-
YUV72.9128.62176.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.73%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=55.73%
G=15.02%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141387400.730.480.45339.0357.5435.1
Hex8D264A049302D1533a23
Octal21546112011160555237243
Binary10001101100110100101001001001110000101101101010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,38,74); }

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

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

 a { background-color: rgb(141,38,74); }

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

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

 span { border-color: rgb(141,38,74); }

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