#8A1D48

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

Shades of Disco #8A1D48

Tints of Disco #8A1D48

Color information

#8A1D48 (or 0x8A1D48) is unknown color: approx Disco. HEX triplet: 8A, 1D and 48. RGB value is (138,29,72). Sum of RGB (Red+Green+Blue) = 138+29+72=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D48 is #75E2B7. Grayscale: #424242. Windows color (decimal): -7725752 or 4726154. OLE color: 4726154.

HSL color Cylindrical-coordinate representation of color #8A1D48: hue angle of 336.33º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D48 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1382972-
CMYK00.790.480.46
HSL336.33º65.27%32.75%-
HSV(B)336.33º78.99%54.12%-
XYZ12.096.756.8-
YUV66.49131.11179-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 29 (11.72% from 255) = 12.13%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=57.74%
G=12.13%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138297200.790.480.46336.3365.2732.75
Hex8A1D4804F302E1504121
Octal212351100117605652010141
Binary10001010111011001000010011111100001011101010100001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,29,72); }

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

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

 a { background-color: rgb(138,29,72); }

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

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

 span { border-color: rgb(138,29,72); }

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