#8C304E

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

Shades of Disco #8C304E

Tints of Disco #8C304E

Color information

#8C304E (or 0x8C304E) is unknown color: approx Disco. HEX triplet: 8C, 30 and 4E. RGB value is (140,48,78). Sum of RGB (Red+Green+Blue) = 140+48+78=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C304E is #73CFB1. Grayscale: #4E4E4E. Windows color (decimal): -7589810 or 5124236. OLE color: 5124236.

HSL color Cylindrical-coordinate representation of color #8C304E: hue angle of 340.43º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C304E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1404878-
CMYK00.660.440.45
HSL340.43º48.94%36.86%-
HSV(B)340.43º65.71%54.9%-
XYZ13.258.248.1-
YUV78.93127.48171.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=52.63%
G=18.05%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140487800.660.440.45340.4348.9436.86
Hex8C304E0422C2D1543125
Octal21460116010254555246145
Binary10001100110000100111001000010101100101101101010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,48,78); }

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

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

 a { background-color: rgb(140,48,78); }

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

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

 span { border-color: rgb(140,48,78); }

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