#942E47

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

Shades of Disco #942E47

Tints of Disco #942E47

Color information

#942E47 (or 0x942E47) is unknown color: approx Disco. HEX triplet: 94, 2E and 47. RGB value is (148,46,71). Sum of RGB (Red+Green+Blue) = 148+46+71=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #942E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E47 is #6BD1B8. Grayscale: #4F4F4F. Windows color (decimal): -7066041 or 4664980. OLE color: 4664980.

HSL color Cylindrical-coordinate representation of color #942E47: hue angle of 345.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #942E47 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1484671-
CMYK00.690.520.42
HSL345.29º52.58%38.04%-
HSV(B)345.29º68.92%58.04%-
XYZ14.338.76.89-
YUV79.35123.29176.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=55.85%
G=17.36%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148467100.690.520.42345.2952.5838.04
Hex942E47045342A1593526
Octal22456107010564525316546
Binary10010100101110100011101000101110100101010101011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942E47; }

 p { color: rgb(148,46,71); }

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

<style>
 a { background-color: #942E47; }

 a { background-color: rgb(148,46,71); }

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

<style>
 span { border-color: #942E47; }

 span { border-color: rgb(148,46,71); }

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