#8A0F40

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

Shades of Disco #8A0F40

Tints of Disco #8A0F40

Color information

#8A0F40 (or 0x8A0F40) is unknown color: approx Disco. HEX triplet: 8A, 0F and 40. RGB value is (138,15,64). Sum of RGB (Red+Green+Blue) = 138+15+64=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0F40 is #75F0BF. Grayscale: #393939. Windows color (decimal): -7729344 or 4198282. OLE color: 4198282.

HSL color Cylindrical-coordinate representation of color #8A0F40: hue angle of 336.1º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F40 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB1381564-
CMYK00.890.540.46
HSL336.1º80.39%30%-
HSV(B)336.1º89.13%54.12%-
XYZ11.586.125.42-
YUV57.36131.75185.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=63.59%
G=6.91%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138156400.890.540.46336.180.3930
Hex8AF40059362E150501e
Octal212171000131665652012036
Binary100010101111100000001011001110110101110101010000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,15,64); }

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

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

 a { background-color: rgb(138,15,64); }

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

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

 span { border-color: rgb(138,15,64); }

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