#8A1D43

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

Shades of Disco #8A1D43

Tints of Disco #8A1D43

Color information

#8A1D43 (or 0x8A1D43) is unknown color: approx Disco. HEX triplet: 8A, 1D and 43. RGB value is (138,29,67). Sum of RGB (Red+Green+Blue) = 138+29+67=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D43 is #75E2BC. Grayscale: #414141. Windows color (decimal): -7725757 or 4398474. OLE color: 4398474.

HSL color Cylindrical-coordinate representation of color #8A1D43: hue angle of 339.08º 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 #8A1D43 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB1382967-
CMYK00.790.510.46
HSL339.08º65.27%32.75%-
HSV(B)339.08º78.99%54.12%-
XYZ11.936.695.97-
YUV65.92128.61179.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.97%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 67 (26.56% from 255) = 28.63%
R=58.97%
G=12.39%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138296700.790.510.46339.0865.2732.75
Hex8A1D4304F332E1534121
Octal212351030117635652310141
Binary10001010111011000011010011111100111011101010100111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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