#8A1D3F

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

Shades of Disco #8A1D3F

Tints of Disco #8A1D3F

Color information

#8A1D3F (or 0x8A1D3F) is unknown color: approx Disco. HEX triplet: 8A, 1D and 3F. RGB value is (138,29,63). Sum of RGB (Red+Green+Blue) = 138+29+63=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1D3F is #75E2C0. Grayscale: #414141. Windows color (decimal): -7725761 or 4136330. OLE color: 4136330.

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

Color convert

RGB1382963-
CMYK00.790.540.46
HSL341.28º65.27%32.75%-
HSV(B)341.28º78.99%54.12%-
XYZ11.826.645.36-
YUV65.47126.61179.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 12.61%
BLUE value IS 63 (25% from 255) = 27.39%
R=60%
G=12.61%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138296300.790.540.46341.2865.2732.75
Hex8A1D3F04F362E1554121
Octal21235770117665652510141
Binary1000101011101111111010011111101101011101010101011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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