#943346

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

Shades of Disco #943346

Tints of Disco #943346

Color information

#943346 (or 0x943346) is unknown color: approx Disco. HEX triplet: 94, 33 and 46. RGB value is (148,51,70). Sum of RGB (Red+Green+Blue) = 148+51+70=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #943346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943346 is #6BCCB9. Grayscale: #525252. Windows color (decimal): -7064762 or 4600724. OLE color: 4600724.

HSL color Cylindrical-coordinate representation of color #943346: hue angle of 348.25º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943346 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1485170-
CMYK00.660.530.42
HSL348.25º48.74%39.02%-
HSV(B)348.25º65.54%58.04%-
XYZ14.59.116.79-
YUV82.17121.14174.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.02%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=55.02%
G=18.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148517000.660.530.42348.2548.7439.02
Hex943346042352A15c3127
Octal22463106010265525346147
Binary10010100110011100011001000010110101101010101011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943346; }

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

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

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

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

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

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

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

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