#942D47

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

Shades of Disco #942D47

Tints of Disco #942D47

Color information

#942D47 (or 0x942D47) is unknown color: approx Disco. HEX triplet: 94, 2D and 47. RGB value is (148,45,71). Sum of RGB (Red+Green+Blue) = 148+45+71=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #942D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D47 is #6BD2B8. Grayscale: #4E4E4E. Windows color (decimal): -7066297 or 4664724. OLE color: 4664724.

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

Color convert

RGB1484571-
CMYK00.700.520.42
HSL344.85º53.37%37.84%-
HSV(B)344.85º69.59%58.04%-
XYZ14.298.636.87-
YUV78.76123.62177.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=56.06%
G=17.05%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148457100.700.520.42344.8553.3737.84
Hex942D47046342A1593526
Octal22455107010664525316546
Binary10010100101101100011101000110110100101010101011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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