#8A1846

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

Shades of Disco #8A1846

Tints of Disco #8A1846

Color information

#8A1846 (or 0x8A1846) is unknown color: approx Disco. HEX triplet: 8A, 18 and 46. RGB value is (138,24,70). Sum of RGB (Red+Green+Blue) = 138+24+70=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1846 is #75E7B9. Grayscale: #3F3F3F. Windows color (decimal): -7727034 or 4593802. OLE color: 4593802.

HSL color Cylindrical-coordinate representation of color #8A1846: hue angle of 335.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1846 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB1382470-
CMYK00.830.490.46
HSL335.79º70.37%31.76%-
HSV(B)335.79º82.61%54.12%-
XYZ11.916.56.42-
YUV63.33131.77181.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.48%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=59.48%
G=10.34%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138247000.830.490.46335.7970.3731.76
Hex8A1846053312E1504620
Octal212301060123615652010640
Binary10001010110001000110010100111100011011101010100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,70); }

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

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

 a { background-color: rgb(138,24,70); }

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

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

 span { border-color: rgb(138,24,70); }

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