#8C3450

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

Shades of Disco #8C3450

Tints of Disco #8C3450

Color information

#8C3450 (or 0x8C3450) is unknown color: approx Disco. HEX triplet: 8C, 34 and 50. RGB value is (140,52,80). Sum of RGB (Red+Green+Blue) = 140+52+80=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3450 is #73CBAF. Grayscale: #515151. Windows color (decimal): -7588784 or 5256332. OLE color: 5256332.

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

Color convert

RGB1405280-
CMYK00.630.430.45
HSL340.91º45.83%37.65%-
HSV(B)340.91º62.86%54.9%-
XYZ13.498.618.54-
YUV81.5127.15169.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=51.47%
G=19.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140528000.630.430.45340.9145.8337.65
Hex8C345003F2B2D1552e26
Octal2146412007753555255646
Binary1000110011010010100000111111101011101101101010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,80); }

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

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

 a { background-color: rgb(140,52,80); }

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

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

 span { border-color: rgb(140,52,80); }

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