#942E46

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

Shades of Disco #942E46

Tints of Disco #942E46

Color information

#942E46 (or 0x942E46) is unknown color: approx Disco. HEX triplet: 94, 2E and 46. RGB value is (148,46,70). Sum of RGB (Red+Green+Blue) = 148+46+70=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #942E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E46 is #6BD1B9. Grayscale: #4F4F4F. Windows color (decimal): -7066042 or 4599444. OLE color: 4599444.

HSL color Cylindrical-coordinate representation of color #942E46: hue angle of 345.88º 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 #942E46 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1484670-
CMYK00.690.530.42
HSL345.88º52.58%38.04%-
HSV(B)345.88º68.92%58.04%-
XYZ14.38.696.72-
YUV79.23122.79177.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=56.06%
G=17.42%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148467000.690.530.42345.8852.5838.04
Hex942E46045352A15a3526
Octal22456106010565525326546
Binary10010100101110100011001000101110101101010101011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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