#8A2843

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

Shades of Disco #8A2843

Tints of Disco #8A2843

Color information

#8A2843 (or 0x8A2843) is unknown color: approx Disco. HEX triplet: 8A, 28 and 43. RGB value is (138,40,67). Sum of RGB (Red+Green+Blue) = 138+40+67=245 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.33% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2843 is #75D7BC. Grayscale: #484848. Windows color (decimal): -7722941 or 4401290. OLE color: 4401290.

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

Color convert

RGB1384067-
CMYK00.710.510.46
HSL343.47º55.06%34.9%-
HSV(B)343.47º71.01%54.12%-
XYZ12.257.336.08-
YUV72.38124.97174.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.33%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=56.33%
G=16.33%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138406700.710.510.46343.4755.0634.9
Hex8A2843047332E1573723
Octal21250103010763565276743
Binary10001010101000100001101000111110011101110101010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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