#8A334A

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

Shades of Disco #8A334A

Tints of Disco #8A334A

Color information

#8A334A (or 0x8A334A) is unknown color: approx Disco. HEX triplet: 8A, 33 and 4A. RGB value is (138,51,74). Sum of RGB (Red+Green+Blue) = 138+51+74=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A334A is #75CCB5. Grayscale: #4F4F4F. Windows color (decimal): -7720118 or 4862858. OLE color: 4862858.

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

Color convert

RGB1385174-
CMYK00.630.460.46
HSL344.14º46.03%37.06%-
HSV(B)344.14º63.04%54.12%-
XYZ12.98.277.39-
YUV79.63124.82169.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=52.47%
G=19.39%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138517400.630.460.46344.1446.0337.06
Hex8A334A03F2E2E1582e25
Octal2126311207756565305645
Binary1000101011001110010100111111101110101110101011000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,51,74); }

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

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

 a { background-color: rgb(138,51,74); }

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

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

 span { border-color: rgb(138,51,74); }

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